#865D5C

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

Shades of Light Wood #865D5C

Tints of Light Wood #865D5C

Color information

#865D5C (or 0x865D5C) is unknown color: approx Light Wood. HEX triplet: 86, 5D and 5C. RGB value is (134,93,92). Sum of RGB (Red+Green+Blue) = 134+93+92=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D5C is #79A2A3. Grayscale: #696969. Windows color (decimal): -7971492 or 6053254. OLE color: 6053254.

HSL color Cylindrical-coordinate representation of color #865D5C: hue angle of 1.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D5C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1349392-
CMYK00.310.310.47
HSL1.43º18.58%44.31%-
HSV(B)1.43º31.34%52.55%-
XYZ15.6813.6711.94-
YUV105.14120.58148.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=42.01%
G=29.15%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134939200.310.310.471.4318.5844.31
Hex865D5C01F1F2F1132c
Octal206135134037375712354
Binary100001101011101101110001111111111101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D5C; }

 p { color: rgb(134,93,92); }

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

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

 a { background-color: rgb(134,93,92); }

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

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

 span { border-color: rgb(134,93,92); }

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