#8C6751

Color #8C6751 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #8C6751

Tints of Leather #8C6751

Color information

#8C6751 (or 0x8C6751) is unknown color: approx Leather. HEX triplet: 8C, 67 and 51. RGB value is (140,103,81). Sum of RGB (Red+Green+Blue) = 140+103+81=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6751 is #7398AE. Grayscale: #6F6F6F. Windows color (decimal): -7575727 or 5334924. OLE color: 5334924.

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

Color convert

RGB14010381-
CMYK00.260.420.45
HSL22.37º26.7%43.33%-
HSV(B)22.37º42.14%54.9%-
XYZ17.1515.879.94-
YUV111.56110.76148.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 81 (32.03% from 255) = 25%
R=43.21%
G=31.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401038100.260.420.4522.3726.743.33
Hex8C675101A2A2D161b2b
Octal2141471210325255263353
Binary10001100110011110100010110101010101011011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,81); }

 H1.HeaderClassName
 {
   color: #8C6751;
 }
 .AnyTagClassName
 {
   color: #8C6751;
 }
</style>
background-color css

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

 a { background-color: rgb(140,103,81); }

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

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

 span { border-color: rgb(140,103,81); }

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