#856206

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

Shades of Golden Brown #856206

Tints of Golden Brown #856206

Color information

#856206 (or 0x856206) is unknown color: approx Golden Brown. HEX triplet: 85, 62 and 06. RGB value is (133,98,6). Sum of RGB (Red+Green+Blue) = 133+98+6=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856206 is #7A9DF9. Grayscale: #626262. Windows color (decimal): -8035834 or 418437. OLE color: 418437.

HSL color Cylindrical-coordinate representation of color #856206: hue angle of 43.46º 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 #856206 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB133986-
CMYK00.260.950.48
HSL43.46º91.37%27.25%-
HSV(B)43.46º95.49%52.16%-
XYZ14.0713.742.08-
YUV97.9876.1152.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=56.12%
G=41.35%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13398600.260.950.4843.4691.3727.25
Hex8562601A5F302b5b1b
Octal2051426032137605313333
Binary1000010111000101100110101011111110000101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856206; }

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

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

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

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

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

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

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

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