#8C694D

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

Shades of Leather #8C694D

Tints of Leather #8C694D

Color information

#8C694D (or 0x8C694D) is unknown color: approx Leather. HEX triplet: 8C, 69 and 4D. RGB value is (140,105,77). Sum of RGB (Red+Green+Blue) = 140+105+77=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C694D is #7396B2. Grayscale: #707070. Windows color (decimal): -7575219 or 5073292. OLE color: 5073292.

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

Color convert

RGB14010577-
CMYK00.250.450.45
HSL26.67º29.03%42.55%-
HSV(B)26.67º45%54.9%-
XYZ17.2116.219.24-
YUV112.27108.1147.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=43.48%
G=32.61%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401057700.250.450.4526.6729.0342.55
Hex8C694D0192D2D1b1d2b
Octal2141511150315555333553
Binary10001100110100110011010110011011011011011101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,77); }

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

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

 a { background-color: rgb(140,105,77); }

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

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

 span { border-color: rgb(140,105,77); }

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