Html Css Color HEX #996206 Golden Brown

📋 copy color: '#996206'

red 153 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #996206

Tints of Golden Brown #996206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 59.53%
G = 38.13%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#996206 (or 0x996206) is known color: Golden Brown. HEX triplet: 99, 62 and 06. RGB value is (153,98,6). Sum of RGB (Red+Green+Blue) = 153+98+6=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996206 is #669DF9. Grayscale: #686868. Windows color (decimal): -6725114 or 418457. OLE color: 418457.

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

Color convert

RGB 153 98 6 -
CMYK 0 0.36 0.96 0.4
HSL 37.55º 0.92% 0.31% -
HSV(B) 37.55º 0.96% 0.6% -
XYZ 17.54 15.52 2.24 -
YUV 103.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 153 98 6 0 0.36 0.96 0.4 37.55 0.92 0.31
Hex 99 62 6 0 24 60 28 26 5C 1F
Octal 231 142 6 0 44 140 50 46 134 37
Binary 10011001 1100010 110 0 100100 1100000 101000 100110 1011100 11111

Color Harmonies of #996206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996206

Black with #996206

Text Example


Text Example

White with #996206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996206; }

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

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

background-color css

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

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

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

border-color css

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

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

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