#89664D

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

Shades of Leather #89664D

Tints of Leather #89664D

Color information

#89664D (or 0x89664D) is unknown color: approx Leather. HEX triplet: 89, 66 and 4D. RGB value is (137,102,77). Sum of RGB (Red+Green+Blue) = 137+102+77=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89664D is #7699B2. Grayscale: #6D6D6D. Windows color (decimal): -7772595 or 5072521. OLE color: 5072521.

HSL color Cylindrical-coordinate representation of color #89664D: hue angle of 25º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89664D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB13710277-
CMYK00.260.440.46
HSL25º28.04%41.96%-
HSV(B)25º43.8%53.73%-
XYZ16.4115.369.12-
YUV109.62109.6147.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=43.35%
G=32.28%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371027700.260.440.462528.0441.96
Hex89664D01A2C2E191c2a
Octal2111461150325456313452
Binary10001001110011010011010110101011001011101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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