#866161

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

Shades of Light Wood #866161

Tints of Light Wood #866161

Color information

#866161 (or 0x866161) is unknown color: approx Light Wood. HEX triplet: 86, 61 and 61. RGB value is (134,97,97). Sum of RGB (Red+Green+Blue) = 134+97+97=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #866161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866161 is #799E9E. Grayscale: #6C6C6C. Windows color (decimal): -7970463 or 6381958. OLE color: 6381958.

HSL color Cylindrical-coordinate representation of color #866161: hue angle of 0º degrees, saturation: 0.16, 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 #866161 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1349797-
CMYK00.280.280.47
HSL16.02%45.29%-
HSV(B)27.61%52.55%-
XYZ16.2614.4813.25-
YUV108.06121.76146.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=40.85%
G=29.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134979700.280.280.47016.0245.29
Hex86616101C1C2F0102d
Octal206141141034345702055
Binary100001101100001110000101110011100101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866161; }

 p { color: rgb(134,97,97); }

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

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

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

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

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

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

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