#85605F

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

Shades of Light Wood #85605F

Tints of Light Wood #85605F

Color information

#85605F (or 0x85605F) is unknown color: approx Light Wood. HEX triplet: 85, 60 and 5F. RGB value is (133,96,95). Sum of RGB (Red+Green+Blue) = 133+96+95=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85605F is #7A9FA0. Grayscale: #6A6A6A. Windows color (decimal): -8036257 or 6250629. OLE color: 6250629.

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

Color convert

RGB1339695-
CMYK00.280.290.48
HSL1.58º16.67%44.71%-
HSV(B)1.58º28.57%52.16%-
XYZ15.9214.1812.72-
YUV106.95121.26146.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=41.05%
G=29.63%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133969500.280.290.481.5816.6744.71
Hex85605F01C1D302112d
Octal205140137034356022155
Binary1000010111000001011111011100111011100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85605F; }

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

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

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

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

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

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

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

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