#866261

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

Shades of Light Wood #866261

Tints of Light Wood #866261

Color information

#866261 (or 0x866261) is unknown color: approx Light Wood. HEX triplet: 86, 62 and 61. RGB value is (134,98,97). Sum of RGB (Red+Green+Blue) = 134+98+97=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866261 is #799D9E. Grayscale: #6C6C6C. Windows color (decimal): -7970207 or 6382214. OLE color: 6382214.

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

Color convert

RGB1349897-
CMYK00.270.280.47
HSL1.62º16.02%45.29%-
HSV(B)1.62º27.61%52.55%-
XYZ16.3614.6713.28-
YUV108.65121.43146.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=40.73%
G=29.79%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134989700.270.280.471.6216.0245.29
Hex86626101B1C2F2102d
Octal206142141033345722055
Binary1000011011000101100001011011111001011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866261; }

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

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

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

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

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

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

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

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