#89625F

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

Shades of Light Wood #89625F

Tints of Light Wood #89625F

Color information

#89625F (or 0x89625F) is unknown color: approx Light Wood. HEX triplet: 89, 62 and 5F. RGB value is (137,98,95). Sum of RGB (Red+Green+Blue) = 137+98+95=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89625F is #769DA0. Grayscale: #6D6D6D. Windows color (decimal): -7773601 or 6251145. OLE color: 6251145.

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

Color convert

RGB1379895-
CMYK00.280.310.46
HSL4.29º18.1%45.49%-
HSV(B)4.29º30.66%53.73%-
XYZ16.7514.8812.82-
YUV109.32119.92147.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=41.52%
G=29.70%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137989500.280.310.464.2918.145.49
Hex89625F01C1F2E4122d
Octal211142137034375642255
Binary10001001110001010111110111001111110111010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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