Html Css Color HEX #906005 Golden Brown

📋 copy color: '#906005'

red 144 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #906005

Tints of Golden Brown #906005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 58.78%
G = 39.18%
B = 2.04%

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

#906005 (or 0x906005) is known color: Golden Brown. HEX triplet: 90, 60 and 05. RGB value is (144,96,5). Sum of RGB (Red+Green+Blue) = 144+96+5=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #906005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906005 is #6F9FFA. Grayscale: #646464. Windows color (decimal): -7315451 or 352400. OLE color: 352400.

HSL color Cylindrical-coordinate representation of color #906005: hue angle of 39.28º degrees, saturation: 0.93, 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 #906005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 5 -
CMYK 0 0.33 0.97 0.44
HSL 39.28º 0.93% 0.29% -
HSV(B) 39.28º 0.97% 0.56% -
XYZ 15.71 14.31 2.08 -
YUV 99.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 144 96 5 0 0.33 0.97 0.44 39.28 0.93 0.29
Hex 90 60 5 0 21 61 2C 27 5D 1D
Octal 220 140 5 0 41 141 54 47 135 35
Binary 10010000 1100000 101 0 100001 1100001 101100 100111 1011101 11101

Color Harmonies of #906005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906005

Black with #906005

Text Example


Text Example

White with #906005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906005; }

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

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

background-color css

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

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

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

border-color css

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

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

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