#8D694B

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

Shades of Leather #8D694B

Tints of Leather #8D694B

Color information

#8D694B (or 0x8D694B) is unknown color: approx Leather. HEX triplet: 8D, 69 and 4B. RGB value is (141,105,75). Sum of RGB (Red+Green+Blue) = 141+105+75=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D694B is #7296B4. Grayscale: #707070. Windows color (decimal): -7509685 or 4942221. OLE color: 4942221.

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

Color convert

RGB14110575-
CMYK00.260.470.45
HSL27.27º30.56%42.35%-
HSV(B)27.27º46.81%55.29%-
XYZ17.3116.278.89-
YUV112.34106.93148.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=43.93%
G=32.71%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411057500.260.470.4527.2730.5642.35
Hex8D694B01A2F2D1b1f2a
Octal2151511130325755333752
Binary10001101110100110010110110101011111011011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,75); }

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

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

 a { background-color: rgb(141,105,75); }

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

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

 span { border-color: rgb(141,105,75); }

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