Html Css Color HEX #8C6557 Leather

📋 copy color: '#8C6557'

red 140 ◦ green 101 ◦ blue 87

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

Shades of Leather #8C6557

Tints of Leather #8C6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 42.68%
G = 30.79%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C6557 (or 0x8C6557) is known color: Leather. HEX triplet: 8C, 65 and 57. RGB value is (140,101,87). Sum of RGB (Red+Green+Blue) = 140+101+87=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6557 is #739AA8. Grayscale: #6F6F6F. Windows color (decimal): -7576233 or 5727628. OLE color: 5727628.

HSL color Cylindrical-coordinate representation of color #8C6557: hue angle of 15.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C6557 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 101 87 -
CMYK 0 0.28 0.38 0.45
HSL 15.85º 0.23% 0.45% -
HSV(B) 15.85º 0.38% 0.55% -
XYZ 17.19 15.57 11.12 -
YUV 111.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 140 101 87 0 0.28 0.38 0.45 15.85 0.23 0.45
Hex 8C 65 57 0 1C 26 2D 10 17 2D
Octal 214 145 127 0 34 46 55 20 27 55
Binary 10001100 1100101 1010111 0 11100 100110 101101 10000 10111 101101

Color Harmonies of #8C6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6557

Black with #8C6557

Text Example


Text Example

White with #8C6557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,87); }

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

background-color css

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

 a { background-color: rgb(140,101,87); }

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

border-color css

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

 span { border-color: rgb(140,101,87); }

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