#8A6B56

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

Shades of Leather #8A6B56

Tints of Leather #8A6B56

Color information

#8A6B56 (or 0x8A6B56) is unknown color: approx Leather. HEX triplet: 8A, 6B and 56. RGB value is (138,107,86). Sum of RGB (Red+Green+Blue) = 138+107+86=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B56 is #7594A9. Grayscale: #717171. Windows color (decimal): -7705770 or 5663626. OLE color: 5663626.

HSL color Cylindrical-coordinate representation of color #8A6B56: hue angle of 24.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A6B56 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13810786-
CMYK00.220.380.46
HSL24.23º23.21%43.92%-
HSV(B)24.23º37.68%54.12%-
XYZ17.4216.5911.09-
YUV113.88112.27145.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=41.69%
G=32.33%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381078600.220.380.4624.2323.2143.92
Hex8A6B56016262E18172c
Octal2121531260264656302754
Binary10001010110101110101100101101001101011101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,86); }

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

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

 a { background-color: rgb(138,107,86); }

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

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

 span { border-color: rgb(138,107,86); }

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