Html Css Color HEX #8C6656 Leather

📋 copy color: '#8C6656'

red 140 ◦ green 102 ◦ blue 86

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

Shades of Leather #8C6656

Tints of Leather #8C6656

RGB

 RED value IS 140 (55.08% from 255) = 42.68%

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

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

R = 42.68%
G = 31.1%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C6656 (or 0x8C6656) is known color: Leather. HEX triplet: 8C, 66 and 56. RGB value is (140,102,86). Sum of RGB (Red+Green+Blue) = 140+102+86=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6656 is #7399A9. Grayscale: #6F6F6F. Windows color (decimal): -7575978 or 5662348. OLE color: 5662348.

HSL color Cylindrical-coordinate representation of color #8C6656: hue angle of 17.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6656 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 86 -
CMYK 0 0.27 0.39 0.45
HSL 17.78º 0.24% 0.44% -
HSV(B) 17.78º 0.39% 0.55% -
XYZ 17.25 15.75 10.94 -
YUV 111.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 140 102 86 0 0.27 0.39 0.45 17.78 0.24 0.44
Hex 8C 66 56 0 1B 27 2D 12 18 2C
Octal 214 146 126 0 33 47 55 22 30 54
Binary 10001100 1100110 1010110 0 11011 100111 101101 10010 11000 101100

Color Harmonies of #8C6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6656

Black with #8C6656

Text Example


Text Example

White with #8C6656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6656; }

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

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

background-color css

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

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

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

border-color css

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

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

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