#866D60

Color #866D60 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #866D60

Tints of Beaver #866D60

Color information

#866D60 (or 0x866D60) is unknown color: approx Beaver. HEX triplet: 86, 6D and 60. RGB value is (134,109,96). Sum of RGB (Red+Green+Blue) = 134+109+96=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #866D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D60 is #79929F. Grayscale: #737373. Windows color (decimal): -7967392 or 6319494. OLE color: 6319494.

HSL color Cylindrical-coordinate representation of color #866D60: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866D60 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13410996-
CMYK00.190.280.47
HSL20.53º16.52%45.1%-
HSV(B)20.53º28.36%52.55%-
XYZ17.4116.8513.4-
YUV114.99117.28141.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=39.53%
G=32.15%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341099600.190.280.4720.5316.5245.1
Hex866D600131C2F15112d
Octal2061551400233457252155
Binary1000011011011011100000010011111001011111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866D60; }

 p { color: rgb(134,109,96); }

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

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

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

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

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

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

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