#856260

Color #856260 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #856260

Tints of Light Wood #856260

Color information

#856260 (or 0x856260) is unknown color: approx Light Wood. HEX triplet: 85, 62 and 60. RGB value is (133,98,96). Sum of RGB (Red+Green+Blue) = 133+98+96=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856260 is #7A9D9F. Grayscale: #6C6C6C. Windows color (decimal): -8035744 or 6316677. OLE color: 6316677.

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

Color convert

RGB1339896-
CMYK00.260.280.48
HSL3.24º16.16%44.9%-
HSV(B)3.24º27.82%52.16%-
XYZ16.1514.5713.03-
YUV108.24121.1145.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=40.67%
G=29.97%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133989600.260.280.483.2416.1644.9
Hex85626001A1C303102d
Octal205142140032346032055
Binary1000010111000101100000011010111001100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856260; }

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

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

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

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

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

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

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

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