Html Css Color HEX #906006 Golden Brown

📋 copy color: '#906006'

red 144 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #906006

Tints of Golden Brown #906006

RGB

 RED value IS 144 (56.64% from 255) = 58.54%

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

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

R = 58.54%
G = 39.02%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#906006 (or 0x906006) is known color: Golden Brown. HEX triplet: 90, 60 and 06. RGB value is (144,96,6). Sum of RGB (Red+Green+Blue) = 144+96+6=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #906006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906006 is #6F9FF9. Grayscale: #646464. Windows color (decimal): -7315450 or 417936. OLE color: 417936.

HSL color Cylindrical-coordinate representation of color #906006: hue angle of 39.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #906006 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 6 -
CMYK 0 0.33 0.96 0.44
HSL 39.13º 0.92% 0.29% -
HSV(B) 39.13º 0.96% 0.56% -
XYZ 15.72 14.31 2.11 -
YUV 100.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 144 96 6 0 0.33 0.96 0.44 39.13 0.92 0.29
Hex 90 60 6 0 21 60 2C 27 5C 1D
Octal 220 140 6 0 41 140 54 47 134 35
Binary 10010000 1100000 110 0 100001 1100000 101100 100111 1011100 11101

Color Harmonies of #906006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906006

Black with #906006

Text Example


Text Example

White with #906006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906006; }

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

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

background-color css

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

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

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

border-color css

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

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

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