Html Css Color HEX #906011 Golden Brown

📋 copy color: '#906011'

red 144 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #906011

Tints of Golden Brown #906011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 56.03%
G = 37.35%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#906011 (or 0x906011) is known color: Golden Brown. HEX triplet: 90, 60 and 11. RGB value is (144,96,17). Sum of RGB (Red+Green+Blue) = 144+96+17=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #906011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906011 is #6F9FEE. Grayscale: #656565. Windows color (decimal): -7315439 or 1138832. OLE color: 1138832.

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

Color convert

RGB 144 96 17 -
CMYK 0 0.33 0.88 0.44
HSL 37.32º 0.79% 0.32% -
HSV(B) 37.32º 0.88% 0.56% -
XYZ 15.79 14.34 2.47 -
YUV 101.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 144 96 17 0 0.33 0.88 0.44 37.32 0.79 0.32
Hex 90 60 11 0 21 58 2C 25 4F 20
Octal 220 140 21 0 41 130 54 45 117 40
Binary 10010000 1100000 10001 0 100001 1011000 101100 100101 1001111 100000

Color Harmonies of #906011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906011

Black with #906011

Text Example


Text Example

White with #906011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906011; }

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

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

background-color css

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

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

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

border-color css

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

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

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