#896260

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

Shades of Light Wood #896260

Tints of Light Wood #896260

Color information

#896260 (or 0x896260) is unknown color: approx Light Wood. HEX triplet: 89, 62 and 60. RGB value is (137,98,96). Sum of RGB (Red+Green+Blue) = 137+98+96=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896260 is #769D9F. Grayscale: #6D6D6D. Windows color (decimal): -7773600 or 6316681. OLE color: 6316681.

HSL color Cylindrical-coordinate representation of color #896260: hue angle of 2.93º 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 #896260 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1379896-
CMYK00.280.300.46
HSL2.93º17.6%45.69%-
HSV(B)2.93º29.93%53.73%-
XYZ16.814.913.06-
YUV109.43120.42147.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=41.39%
G=29.61%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137989600.280.300.462.9317.645.69
Hex89626001C1E2E3122e
Octal211142140034365632256
Binary1000100111000101100000011100111101011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896260; }

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

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

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

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

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

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

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

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