#89664F

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

Shades of Leather #89664F

Tints of Leather #89664F

Color information

#89664F (or 0x89664F) is unknown color: approx Leather. HEX triplet: 89, 66 and 4F. RGB value is (137,102,79). Sum of RGB (Red+Green+Blue) = 137+102+79=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89664F is #7699B0. Grayscale: #6D6D6D. Windows color (decimal): -7772593 or 5203593. OLE color: 5203593.

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

Color convert

RGB13710279-
CMYK00.260.420.46
HSL23.79º26.85%42.35%-
HSV(B)23.79º42.34%53.73%-
XYZ16.4815.399.5-
YUV109.84110.6147.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=43.08%
G=32.08%
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.46
SystemRedGreenBlueCMYKHSL
Decimal1371027900.260.420.4623.7926.8542.35
Hex89664F01A2A2E181b2a
Octal2111461170325256303352
Binary10001001110011010011110110101010101011101100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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