#8C6A4B

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

Shades of Leather #8C6A4B

Tints of Leather #8C6A4B

Color information

#8C6A4B (or 0x8C6A4B) is unknown color: approx Leather. HEX triplet: 8C, 6A and 4B. RGB value is (140,106,75). Sum of RGB (Red+Green+Blue) = 140+106+75=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A4B is #7395B4. Grayscale: #707070. Windows color (decimal): -7574965 or 4942476. OLE color: 4942476.

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

Color convert

RGB14010675-
CMYK00.240.460.45
HSL28.62º30.23%42.16%-
HSV(B)28.62º46.43%54.9%-
XYZ17.2416.398.91-
YUV112.63106.76147.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=43.61%
G=33.02%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401067500.240.460.4528.6230.2342.16
Hex8C6A4B0182E2D1d1e2a
Octal2141521130305655353652
Binary10001100110101010010110110001011101011011110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,75); }

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

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

 a { background-color: rgb(140,106,75); }

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

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

 span { border-color: rgb(140,106,75); }

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