Html Css Color HEX #996406 Golden Brown

📋 copy color: '#996406'

red 153 ◦ green 100 ◦ blue 6

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

Shades of Golden Brown #996406

Tints of Golden Brown #996406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 59.07%
G = 38.61%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#996406 (or 0x996406) is known color: Golden Brown. HEX triplet: 99, 64 and 06. RGB value is (153,100,6). Sum of RGB (Red+Green+Blue) = 153+100+6=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #996406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996406 is #669BF9. Grayscale: #696969. Windows color (decimal): -6724602 or 418969. OLE color: 418969.

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

Color convert

RGB 153 100 6 -
CMYK 0 0.35 0.96 0.4
HSL 38.37º 0.92% 0.31% -
HSV(B) 38.37º 0.96% 0.6% -
XYZ 17.73 15.9 2.31 -
YUV 105.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 153 100 6 0 0.35 0.96 0.4 38.37 0.92 0.31
Hex 99 64 6 0 23 60 28 26 5C 1F
Octal 231 144 6 0 43 140 50 46 134 37
Binary 10011001 1100100 110 0 100011 1100000 101000 100110 1011100 11111

Color Harmonies of #996406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996406

Black with #996406

Text Example


Text Example

White with #996406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996406; }

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

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

background-color css

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

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

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

border-color css

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

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

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