Html Css Color HEX #996116 Golden Brown

📋 copy color: '#996116'

red 153 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #996116

Tints of Golden Brown #996116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 56.25%
G = 35.66%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#996116 (or 0x996116) is known color: Golden Brown. HEX triplet: 99, 61 and 16. RGB value is (153,97,22). Sum of RGB (Red+Green+Blue) = 153+97+22=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996116 is #669EE9. Grayscale: #696969. Windows color (decimal): -6725354 or 1466777. OLE color: 1466777.

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

Color convert

RGB 153 97 22 -
CMYK 0 0.37 0.86 0.4
HSL 34.35º 0.75% 0.34% -
HSV(B) 34.35º 0.86% 0.6% -
XYZ 17.56 15.38 2.8 -
YUV 105.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 153 97 22 0 0.37 0.86 0.4 34.35 0.75 0.34
Hex 99 61 16 0 25 56 28 22 4B 22
Octal 231 141 26 0 45 126 50 42 113 42
Binary 10011001 1100001 10110 0 100101 1010110 101000 100010 1001011 100010

Color Harmonies of #996116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996116

Black with #996116

Text Example


Text Example

White with #996116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996116; }

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

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

background-color css

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

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

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

border-color css

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

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

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