Html Css Color HEX #906008 Golden Brown

📋 copy color: '#906008'

red 144 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #906008

Tints of Golden Brown #906008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 58.06%
G = 38.71%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#906008 (or 0x906008) is known color: Golden Brown. HEX triplet: 90, 60 and 08. RGB value is (144,96,8). Sum of RGB (Red+Green+Blue) = 144+96+8=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #906008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906008 is #6F9FF7. Grayscale: #646464. Windows color (decimal): -7315448 or 549008. OLE color: 549008.

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

Color convert

RGB 144 96 8 -
CMYK 0 0.33 0.94 0.44
HSL 38.82º 0.89% 0.3% -
HSV(B) 38.82º 0.94% 0.56% -
XYZ 15.73 14.31 2.16 -
YUV 100.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 144 96 8 0 0.33 0.94 0.44 38.82 0.89 0.3
Hex 90 60 8 0 21 5E 2C 27 59 1E
Octal 220 140 10 0 41 136 54 47 131 36
Binary 10010000 1100000 1000 0 100001 1011110 101100 100111 1011001 11110

Color Harmonies of #906008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906008

Black with #906008

Text Example


Text Example

White with #906008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906008; }

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

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

background-color css

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

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

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

border-color css

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

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

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