#89623F

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

Shades of Dark Wood #89623F

Tints of Dark Wood #89623F

Color information

#89623F (or 0x89623F) is unknown color: approx Dark Wood. HEX triplet: 89, 62 and 3F. RGB value is (137,98,63). Sum of RGB (Red+Green+Blue) = 137+98+63=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89623F is #769DC0. Grayscale: #696969. Windows color (decimal): -7773633 or 4153993. OLE color: 4153993.

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

Color convert

RGB1379863-
CMYK00.280.540.46
HSL28.38º37%39.22%-
HSV(B)28.38º54.01%53.73%-
XYZ15.5814.416.66-
YUV105.67103.92150.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 63 (25% from 255) = 21.14%
R=45.97%
G=32.89%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137986300.280.540.4628.383739.22
Hex89623F01C362E1c2527
Octal211142770346656344547
Binary10001001110001011111101110011011010111011100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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