#896060

Color #896060 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #896060

Tints of Light Wood #896060

Color information

#896060 (or 0x896060) is unknown color: approx Light Wood. HEX triplet: 89, 60 and 60. RGB value is (137,96,96). Sum of RGB (Red+Green+Blue) = 137+96+96=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #896060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896060 is #769F9F. Grayscale: #6C6C6C. Windows color (decimal): -7774112 or 6316169. OLE color: 6316169.

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

Color convert

RGB1379696-
CMYK00.300.300.46
HSL17.6%45.69%-
HSV(B)29.93%53.73%-
XYZ16.6114.5313-
YUV108.26121.08148.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=41.64%
G=29.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137969600.300.300.46017.645.69
Hex89606001E1E2E0122e
Octal211140140036365602256
Binary100010011100000110000001111011110101110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896060; }

 p { color: rgb(137,96,96); }

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

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

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

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

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

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

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