Color Hex Logo

#997610 Color Hex

#997610
(153,118,16)
0 Favorites   0 Comments

Color spaces of #997610

RGB 15311816
HSL0.120.810.33
HSV45°90°60°
CMYK 0.000.230.90   0.40
XYZ19.708819.76663.2668
Yxy19.76660.46110.4625
Hunter Lab44.45961.324026.7652
CIE-Lab51.57234.684854.3573

#997610 color RGB value is (153,118,16).

#997610 hex color red value is 153, green value is 118 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #997610 hue: 0.12 , saturation: 0.81 and the lightness value of 997610 is 0.33.

The process color (four color CMYK) of #997610 color hex is 0.00, 0.23, 0.90, 0.40. Web safe color of #997610 is #996600. Color #997610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 00010000
Octal 231 166 20
Decimal 153 118 16
Hex 99 76 10

RGB Percentages of Color #997610

%53.31
%41.11
%5.57

CMYK Percentages of Color #997610

%0
%23
%90
%40

Triadic Colors of #997610

#997610 #109976 #761099

Analogous Colors of #997610

#997610 #789910 #993210

Monochromatic Colors of #997610

#997610

Complementary Color

#997610 #103399

#997610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997610 Color CSS Codes

.mybgcolor {background-color:#997610; } 
.myforecolor {color:#997610; }
.mybordercolor {border:3px solid #997610; }

#997610 Text Font Color

<p style="color:#997610">Text here</p>

This sample text font color is #997610
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#997610 Background Color

<div style="background-color:#997610">
Div content here</div>

This div background color is #997610


#997610 Border Color

<div style="border:3px solid #997610">
Div here</div>

This div border color is #997610


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,118,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997610; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997610;
  -webkit-box-shadow: 1px 1px 3px 2px #997610;
  box-shadow:         1px 1px 3px 2px #997610; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,118,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #997610">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #997610;
  -webkit-box-shadow: 1px 1px 3px 2px #997610;
  box-shadow:         1px 1px 3px 2px #997610;">
Div content here</div>

This div box has shadow with color #997610


Comments

No comments written yet.

Please login to write comment.