#856006

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

Shades of Golden Brown #856006

Tints of Golden Brown #856006

Color information

#856006 (or 0x856006) is unknown color: approx Golden Brown. HEX triplet: 85, 60 and 06. RGB value is (133,96,6). Sum of RGB (Red+Green+Blue) = 133+96+6=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #856006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856006 is #7A9FF9. Grayscale: #616161. Windows color (decimal): -8036346 or 417925. OLE color: 417925.

HSL color Cylindrical-coordinate representation of color #856006: hue angle of 42.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856006 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB133966-
CMYK00.280.950.48
HSL42.52º91.37%27.25%-
HSV(B)42.52º95.49%52.16%-
XYZ13.8913.372.02-
YUV96.876.76153.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=56.60%
G=40.85%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396600.280.950.4842.5291.3727.25
Hex8560601C5F302b5b1b
Octal2051406034137605313333
Binary1000010111000001100111001011111110000101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856006; }

 p { color: rgb(133,96,6); }

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

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

 a { background-color: rgb(133,96,6); }

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

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

 span { border-color: rgb(133,96,6); }

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