Html Css Color HEX #866060 Light Wood

📋 copy color: '#866060'

red 134 ◦ green 96 ◦ blue 96

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

Shades of Light Wood #866060

Tints of Light Wood #866060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 41.1%
G = 29.45%
B = 29.45%

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

#866060 (or 0x866060) is known color: Light Wood. HEX triplet: 86, 60 and 60. RGB value is (134,96,96). Sum of RGB (Red+Green+Blue) = 134+96+96=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #866060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866060 is #799F9F. Grayscale: #6B6B6B. Windows color (decimal): -7970720 or 6316166. OLE color: 6316166.

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

Color convert

RGB 134 96 96 -
CMYK 0 0.28 0.28 0.47
HSL 0.17% 0.45% -
HSV(B) 0.28% 0.53% -
XYZ 16.13 14.28 12.97 -
YUV 107.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 134 96 96 0 0.28 0.28 0.47 0 0.17 0.45
Hex 86 60 60 0 1C 1C 2F 0 11 2D
Octal 206 140 140 0 34 34 57 0 21 55
Binary 10000110 1100000 1100000 0 11100 11100 101111 0 10001 101101

Color Harmonies of #866060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866060

Black with #866060

Text Example


Text Example

White with #866060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866060; }

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

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

background-color css

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

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

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

border-color css

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

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

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