Html Css Color HEX #996416 Golden Brown

📋 copy color: '#996416'

red 153 ◦ green 100 ◦ blue 22

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

Shades of Golden Brown #996416

Tints of Golden Brown #996416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 55.64%
G = 36.36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#996416 (or 0x996416) is known color: Golden Brown. HEX triplet: 99, 64 and 16. RGB value is (153,100,22). Sum of RGB (Red+Green+Blue) = 153+100+22=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996416 is #669BE9. Grayscale: #6B6B6B. Windows color (decimal): -6724586 or 1467545. OLE color: 1467545.

HSL color Cylindrical-coordinate representation of color #996416: hue angle of 35.73º 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 #996416 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 22 -
CMYK 0 0.35 0.86 0.4
HSL 35.73º 0.75% 0.34% -
HSV(B) 35.73º 0.86% 0.6% -
XYZ 17.84 15.94 2.9 -
YUV 106.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 153 100 22 0 0.35 0.86 0.4 35.73 0.75 0.34
Hex 99 64 16 0 23 56 28 24 4B 22
Octal 231 144 26 0 43 126 50 44 113 42
Binary 10011001 1100100 10110 0 100011 1010110 101000 100100 1001011 100010

Color Harmonies of #996416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996416

Black with #996416

Text Example


Text Example

White with #996416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996416; }

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

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

background-color css

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

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

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

border-color css

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

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

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