#896565

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

Shades of Light Wood #896565

Tints of Light Wood #896565

Color information

#896565 (or 0x896565) is unknown color: approx Light Wood. HEX triplet: 89, 65 and 65. RGB value is (137,101,101). Sum of RGB (Red+Green+Blue) = 137+101+101=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896565 is #769A9A. Grayscale: #6F6F6F. Windows color (decimal): -7772827 or 6645129. OLE color: 6645129.

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

Color convert

RGB137101101-
CMYK00.260.260.46
HSL15.13%46.67%-
HSV(B)26.28%53.73%-
XYZ17.3215.5714.4-
YUV111.76121.93146-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=40.41%
G=29.79%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710110100.260.260.46015.1346.67
Hex89656501A1A2E0f2f
Octal211145145032325601757
Binary10001001110010111001010110101101010111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896565; }

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

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

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

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

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

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

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

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