#8B694A

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

Shades of Leather #8B694A

Tints of Leather #8B694A

Color information

#8B694A (or 0x8B694A) is unknown color: approx Leather. HEX triplet: 8B, 69 and 4A. RGB value is (139,105,74). Sum of RGB (Red+Green+Blue) = 139+105+74=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B694A is #7496B5. Grayscale: #6F6F6F. Windows color (decimal): -7640758 or 4876683. OLE color: 4876683.

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

Color convert

RGB13910574-
CMYK00.240.470.45
HSL28.62º30.52%41.76%-
HSV(B)28.62º46.76%54.51%-
XYZ16.9416.098.69-
YUV111.63106.76147.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=43.71%
G=33.02%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391057400.240.470.4528.6230.5241.76
Hex8B694A0182F2D1d1f2a
Octal2131511120305755353752
Binary10001011110100110010100110001011111011011110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,74); }

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

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

 a { background-color: rgb(139,105,74); }

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

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

 span { border-color: rgb(139,105,74); }

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