#8d675b

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

Shades of Leather #8D675B

Tints of Leather #8D675B

Color information

#8D675B (or 0x8D675B) is unknown color: approx Leather. HEX triplet: 8D, 67 and 5B. RGB value is (141,103,91). Sum of RGB (Red+Green+Blue) = 141+103+91=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D675B is #7298A4. Grayscale: #717171. Windows color (decimal): -7510181 or 5990285. OLE color: 5990285.

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

Color convert

RGB14110391-
CMYK00.270.350.45
HSL14.4º21.55%45.49%-
HSV(B)14.4º35.46%55.29%-
XYZ17.7216.1212.07-
YUV112.99115.59147.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=42.09%
G=30.75%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411039100.270.350.4514.421.5545.49
Hex8D675B01B232De162d
Octal2151471330334355162655
Binary1000110111001111011011011011100011101101111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d675b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,91); }

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

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

 a { background-color: rgb(141,103,91); }

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

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

 span { border-color: rgb(141,103,91); }

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