#89613f

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

Shades of Dark Wood #89613F

Tints of Dark Wood #89613F

Color information

#89613F (or 0x89613F) is unknown color: approx Dark Wood. HEX triplet: 89, 61 and 3F. RGB value is (137,97,63). Sum of RGB (Red+Green+Blue) = 137+97+63=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89613F is #769EC0. Grayscale: #696969. Windows color (decimal): -7773889 or 4153737. OLE color: 4153737.

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

Color convert

RGB1379763-
CMYK00.290.540.46
HSL27.57º37%39.22%-
HSV(B)27.57º54.01%53.73%-
XYZ15.4914.236.63-
YUV105.08104.25150.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 63 (25% from 255) = 21.21%
R=46.13%
G=32.66%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137976300.290.540.4627.573739.22
Hex89613F01D362E1c2527
Octal211141770356656344547
Binary10001001110000111111101110111011010111011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89613f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89613f; }

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

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

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

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

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

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

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

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