#906C06

Color #906C06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #906C06

Tints of Golden Brown #906C06

Color information

#906C06 (or 0x906C06) is unknown color: approx Golden Brown. HEX triplet: 90, 6C and 06. RGB value is (144,108,6). Sum of RGB (Red+Green+Blue) = 144+108+6=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #906C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906C06 is #6F93F9. Grayscale: #6B6B6B. Windows color (decimal): -7312378 or 421008. OLE color: 421008.

HSL color Cylindrical-coordinate representation of color #906C06: hue angle of 44.35º 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 #906C06 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1441086-
CMYK00.250.960.44
HSL44.35º92%29.41%-
HSV(B)44.35º95.83%56.47%-
XYZ16.916.672.5-
YUV107.1470.93154.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.81%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=55.81%
G=41.86%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144108600.250.960.4444.359229.41
Hex906C6019602C2c5c1d
Octal2201546031140545413435
Binary1001000011011001100110011100000101100101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906C06; }

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

 H1.HeaderClassName
 {
   color: #906C06;
 }
 .AnyTagClassName
 {
   color: #906C06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #906C06;
 }
 .BgClassName
 {
   background-color: #906C06;
 }
</style>
border-color css

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

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

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