#89605F

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

Shades of Light Wood #89605F

Tints of Light Wood #89605F

Color information

#89605F (or 0x89605F) is unknown color: approx Light Wood. HEX triplet: 89, 60 and 5F. RGB value is (137,96,95). Sum of RGB (Red+Green+Blue) = 137+96+95=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89605F is #769FA0. Grayscale: #6C6C6C. Windows color (decimal): -7774113 or 6250633. OLE color: 6250633.

HSL color Cylindrical-coordinate representation of color #89605F: hue angle of 1.43º degrees, saturation: 0.18, 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 #89605F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1379695-
CMYK00.300.310.46
HSL1.43º18.1%45.49%-
HSV(B)1.43º30.66%53.73%-
XYZ16.5614.5112.75-
YUV108.14120.58148.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=41.77%
G=29.27%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137969500.300.310.461.4318.145.49
Hex89605F01E1F2E1122d
Octal211140137036375612255
Binary100010011100000101111101111011111101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89605F; }

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

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

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

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

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

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

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

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