Html Css Color HEX #906004 Golden Brown

📋 copy color: '#906004'

red 144 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #906004

Tints of Golden Brown #906004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 59.02%
G = 39.34%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#906004 (or 0x906004) is known color: Golden Brown. HEX triplet: 90, 60 and 04. RGB value is (144,96,4). Sum of RGB (Red+Green+Blue) = 144+96+4=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #906004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906004 is #6F9FFB. Grayscale: #646464. Windows color (decimal): -7315452 or 286864. OLE color: 286864.

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

Color convert

RGB 144 96 4 -
CMYK 0 0.33 0.97 0.44
HSL 39.43º 0.95% 0.29% -
HSV(B) 39.43º 0.97% 0.56% -
XYZ 15.71 14.3 2.05 -
YUV 99.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 144 96 4 0 0.33 0.97 0.44 39.43 0.95 0.29
Hex 90 60 4 0 21 61 2C 27 5F 1D
Octal 220 140 4 0 41 141 54 47 137 35
Binary 10010000 1100000 100 0 100001 1100001 101100 100111 1011111 11101

Color Harmonies of #906004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906004

Black with #906004

Text Example


Text Example

White with #906004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906004; }

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

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

background-color css

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

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

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

border-color css

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

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

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