Html Css Color HEX #996006 Golden Brown

📋 copy color: '#996006'

red 153 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #996006

Tints of Golden Brown #996006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 60%
G = 37.65%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#996006 (or 0x996006) is known color: Golden Brown. HEX triplet: 99, 60 and 06. RGB value is (153,96,6). Sum of RGB (Red+Green+Blue) = 153+96+6=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #996006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996006 is #669FF9. Grayscale: #676767. Windows color (decimal): -6725626 or 417945. OLE color: 417945.

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

Color convert

RGB 153 96 6 -
CMYK 0 0.37 0.96 0.4
HSL 36.73º 0.92% 0.31% -
HSV(B) 36.73º 0.96% 0.6% -
XYZ 17.35 15.15 2.18 -
YUV 102.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 153 96 6 0 0.37 0.96 0.4 36.73 0.92 0.31
Hex 99 60 6 0 25 60 28 25 5C 1F
Octal 231 140 6 0 45 140 50 45 134 37
Binary 10011001 1100000 110 0 100101 1100000 101000 100101 1011100 11111

Color Harmonies of #996006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996006

Black with #996006

Text Example


Text Example

White with #996006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996006; }

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

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

background-color css

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

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

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

border-color css

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

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

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