#89684F

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

Shades of Leather #89684F

Tints of Leather #89684F

Color information

#89684F (or 0x89684F) is unknown color: approx Leather. HEX triplet: 89, 68 and 4F. RGB value is (137,104,79). Sum of RGB (Red+Green+Blue) = 137+104+79=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #89684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89684F is #7697B0. Grayscale: #6F6F6F. Windows color (decimal): -7772081 or 5204105. OLE color: 5204105.

HSL color Cylindrical-coordinate representation of color #89684F: hue angle of 25.86º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89684F is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13710479-
CMYK00.240.420.46
HSL25.86º26.85%42.35%-
HSV(B)25.86º42.34%53.73%-
XYZ16.6815.789.56-
YUV111.02109.93146.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=42.81%
G=32.5%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371047900.240.420.4625.8626.8542.35
Hex89684F0182A2E1a1b2a
Octal2111501170305256323352
Binary10001001110100010011110110001010101011101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89684F; }

 p { color: rgb(137,104,79); }

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

<style>
 a { background-color: #89684F; }

 a { background-color: rgb(137,104,79); }

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

<style>
 span { border-color: #89684F; }

 span { border-color: rgb(137,104,79); }

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