#89615E

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

Shades of Light Wood #89615E

Tints of Light Wood #89615E

Color information

#89615E (or 0x89615E) is unknown color: approx Light Wood. HEX triplet: 89, 61 and 5E. RGB value is (137,97,94). Sum of RGB (Red+Green+Blue) = 137+97+94=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615E is #769EA1. Grayscale: #6C6C6C. Windows color (decimal): -7773858 or 6185353. OLE color: 6185353.

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

Color convert

RGB1379794-
CMYK00.290.310.46
HSL4.19º18.61%45.29%-
HSV(B)4.19º31.39%53.73%-
XYZ16.6114.6812.55-
YUV108.62119.75148.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=41.77%
G=29.57%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137979400.290.310.464.1918.6145.29
Hex89615E01D1F2E4132d
Octal211141136035375642355
Binary10001001110000110111100111011111110111010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89615E; }

 p { color: rgb(137,97,94); }

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

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

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

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

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

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

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