#856665

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

Shades of Light Wood #856665

Tints of Light Wood #856665

Color information

#856665 (or 0x856665) is unknown color: approx Light Wood. HEX triplet: 85, 66 and 65. RGB value is (133,102,101). Sum of RGB (Red+Green+Blue) = 133+102+101=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856665 is #7A999A. Grayscale: #6F6F6F. Windows color (decimal): -8034715 or 6645381. OLE color: 6645381.

HSL color Cylindrical-coordinate representation of color #856665: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856665 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB133102101-
CMYK00.230.240.48
HSL1.88º13.68%45.88%-
HSV(B)1.88º24.06%52.16%-
XYZ16.7715.4314.41-
YUV111.15122.27143.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=39.58%
G=30.36%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310210100.230.240.481.8813.6845.88
Hex85666501718302e2e
Octal205146145027306021656
Binary100001011100110110010101011111000110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856665; }

 p { color: rgb(133,102,101); }

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

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

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

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

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

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

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