#89684B

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

Shades of Leather #89684B

Tints of Leather #89684B

Color information

#89684B (or 0x89684B) is unknown color: approx Leather. HEX triplet: 89, 68 and 4B. RGB value is (137,104,75). Sum of RGB (Red+Green+Blue) = 137+104+75=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89684B is #7697B4. Grayscale: #6E6E6E. Windows color (decimal): -7772085 or 4941961. OLE color: 4941961.

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

Color convert

RGB13710475-
CMYK00.240.450.46
HSL28.06º29.25%41.57%-
HSV(B)28.06º45.26%53.73%-
XYZ16.5415.738.82-
YUV110.56107.93146.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=43.35%
G=32.91%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371047500.240.450.4628.0629.2541.57
Hex89684B0182D2E1c1d2a
Octal2111501130305556343552
Binary10001001110100010010110110001011011011101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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