Html Css Color HEX #866656 Leather

📋 copy color: '#866656'

red 134 ◦ green 102 ◦ blue 86

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

Shades of Leather #866656

Tints of Leather #866656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 41.61%
G = 31.68%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#866656 (or 0x866656) is known color: Leather. HEX triplet: 86, 66 and 56. RGB value is (134,102,86). Sum of RGB (Red+Green+Blue) = 134+102+86=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #866656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866656 is #7999A9. Grayscale: #6D6D6D. Windows color (decimal): -7969194 or 5662342. OLE color: 5662342.

HSL color Cylindrical-coordinate representation of color #866656: hue angle of 20º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866656 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 102 86 -
CMYK 0 0.24 0.36 0.47
HSL 20º 0.22% 0.43% -
HSV(B) 20º 0.36% 0.53% -
XYZ 16.26 15.24 10.89 -
YUV 109.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 134 102 86 0 0.24 0.36 0.47 20 0.22 0.43
Hex 86 66 56 0 18 24 2F 14 16 2B
Octal 206 146 126 0 30 44 57 24 26 53
Binary 10000110 1100110 1010110 0 11000 100100 101111 10100 10110 101011

Color Harmonies of #866656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866656

Black with #866656

Text Example


Text Example

White with #866656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866656; }

 p { color: rgb(134,102,86); }

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

background-color css

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

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

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

border-color css

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

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

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