#8B6750

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

Shades of Leather #8B6750

Tints of Leather #8B6750

Color information

#8B6750 (or 0x8B6750) is unknown color: approx Leather. HEX triplet: 8B, 67 and 50. RGB value is (139,103,80). Sum of RGB (Red+Green+Blue) = 139+103+80=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6750 is #7498AF. Grayscale: #6F6F6F. Windows color (decimal): -7641264 or 5269387. OLE color: 5269387.

HSL color Cylindrical-coordinate representation of color #8B6750: hue angle of 23.39º 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 #8B6750 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB13910380-
CMYK00.260.420.45
HSL23.39º26.94%42.94%-
HSV(B)23.39º42.45%54.51%-
XYZ16.9515.779.74-
YUV111.14110.43147.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=43.17%
G=31.99%
B=24.84%

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
Decimal1391038000.260.420.4523.3926.9442.94
Hex8B675001A2A2D171b2b
Octal2131471200325255273353
Binary10001011110011110100000110101010101011011011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,80); }

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

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

 a { background-color: rgb(139,103,80); }

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

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

 span { border-color: rgb(139,103,80); }

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