#89615F

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

Shades of Light Wood #89615F

Tints of Light Wood #89615F

Color information

#89615F (or 0x89615F) is unknown color: approx Light Wood. HEX triplet: 89, 61 and 5F. RGB value is (137,97,95). Sum of RGB (Red+Green+Blue) = 137+97+95=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615F is #769EA0. Grayscale: #6C6C6C. Windows color (decimal): -7773857 or 6250889. OLE color: 6250889.

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

Color convert

RGB1379795-
CMYK00.290.310.46
HSL2.86º18.1%45.49%-
HSV(B)2.86º30.66%53.73%-
XYZ16.6614.6912.78-
YUV108.73120.25148.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=41.64%
G=29.48%
B=28.88%

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
Decimal137979500.290.310.462.8618.145.49
Hex89615F01D1F2E3122d
Octal211141137035375632255
Binary1000100111000011011111011101111111011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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