Html Css Color HEX #996117 Golden Brown

📋 copy color: '#996117'

red 153 ◦ green 97 ◦ blue 23

#996117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #996117

Tints of Golden Brown #996117

RGB

 RED value IS 153 (60.16% from 255) = 56.04%

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 56.04%
G = 35.53%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996117 (or 0x996117) is known color: Golden Brown. HEX triplet: 99, 61 and 17. RGB value is (153,97,23). Sum of RGB (Red+Green+Blue) = 153+97+23=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996117 is #669EE8. Grayscale: #696969. Windows color (decimal): -6725353 or 1532313. OLE color: 1532313.

HSL color Cylindrical-coordinate representation of color #996117: hue angle of 34.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #996117 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 23 -
CMYK 0 0.37 0.85 0.4
HSL 34.15º 0.74% 0.35% -
HSV(B) 34.15º 0.85% 0.6% -
XYZ 17.57 15.38 2.85 -
YUV 105.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 153 97 23 0 0.37 0.85 0.4 34.15 0.74 0.35
Hex 99 61 17 0 25 55 28 22 4A 23
Octal 231 141 27 0 45 125 50 42 112 43
Binary 10011001 1100001 10111 0 100101 1010101 101000 100010 1001010 100011

Color Harmonies of #996117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996117

Black with #996117

Text Example


Text Example

White with #996117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996117; }

 p { color: rgb(153,97,23); }

 H1.HeaderClassName
 {
   color: #996117;
 }
 .AnyTagClassName
 {
   color: #996117;
 }
</style>

background-color css

<style>
 a { background-color: #996117; }

 a { background-color: rgb(153,97,23); }

 div.DivClassName
 {
   background-color: #996117;
 }
 .BgClassName
 {
   background-color: #996117;
 }
</style>

border-color css

<style>
 span { border-color: #996117; }

 span { border-color: rgb(153,97,23); }

 td.TdClassName
 {
   border-color: #996117;
 }
 .TagClassName
 {
   border-color: #996117;
 }
</style>