#856060

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

Shades of Light Wood #856060

Tints of Light Wood #856060

Color information

#856060 (or 0x856060) is unknown color: approx Light Wood. HEX triplet: 85, 60 and 60. RGB value is (133,96,96). Sum of RGB (Red+Green+Blue) = 133+96+96=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856060 is #7A9F9F. Grayscale: #6B6B6B. Windows color (decimal): -8036256 or 6316165. OLE color: 6316165.

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

Color convert

RGB1339696-
CMYK00.280.280.48
HSL16.16%44.9%-
HSV(B)27.82%52.16%-
XYZ15.9714.212.97-
YUV107.06121.76146.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=40.92%
G=29.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969600.280.280.48016.1644.9
Hex85606001C1C300102d
Octal205140140034346002055
Binary100001011100000110000001110011100110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856060; }

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

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

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

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

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

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

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

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