Html Css Color HEX #866160 Light Wood

📋 copy color: '#866160'

red 134 ◦ green 97 ◦ blue 96

#866160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Wood #866160

Tints of Light Wood #866160

RGB

 RED value IS 134 (52.73% from 255) = 40.98%

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 40.98%
G = 29.66%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#866160 (or 0x866160) is known color: Light Wood. HEX triplet: 86, 61 and 60. RGB value is (134,97,96). Sum of RGB (Red+Green+Blue) = 134+97+96=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #866160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866160 is #799E9F. Grayscale: #6B6B6B. Windows color (decimal): -7970464 or 6316422. OLE color: 6316422.

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

Color convert

RGB 134 97 96 -
CMYK 0 0.28 0.28 0.47
HSL 1.58º 0.17% 0.45% -
HSV(B) 1.58º 0.28% 0.53% -
XYZ 16.22 14.46 13 -
YUV 107.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 134 97 96 0 0.28 0.28 0.47 1.58 0.17 0.45
Hex 86 61 60 0 1C 1C 2F 2 11 2D
Octal 206 141 140 0 34 34 57 2 21 55
Binary 10000110 1100001 1100000 0 11100 11100 101111 10 10001 101101

Color Harmonies of #866160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866160

Black with #866160

Text Example


Text Example

White with #866160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866160; }

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

 H1.HeaderClassName
 {
   color: #866160;
 }
 .AnyTagClassName
 {
   color: #866160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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