#85605E

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

Shades of Light Wood #85605E

Tints of Light Wood #85605E

Color information

#85605E (or 0x85605E) is unknown color: approx Light Wood. HEX triplet: 85, 60 and 5E. RGB value is (133,96,94). Sum of RGB (Red+Green+Blue) = 133+96+94=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85605E is #7A9FA1. Grayscale: #6A6A6A. Windows color (decimal): -8036258 or 6185093. OLE color: 6185093.

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

Color convert

RGB1339694-
CMYK00.280.290.48
HSL3.08º17.18%44.51%-
HSV(B)3.08º29.32%52.16%-
XYZ15.8814.1612.49-
YUV106.84120.76146.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=41.18%
G=29.72%
B=29.10%

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
Decimal133969400.280.290.483.0817.1844.51
Hex85605E01C1D303112d
Octal205140136034356032155
Binary1000010111000001011110011100111011100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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