#89654B

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

Shades of Dark Wood #89654B

Tints of Dark Wood #89654B

Color information

#89654B (or 0x89654B) is unknown color: approx Dark Wood. HEX triplet: 89, 65 and 4B. RGB value is (137,101,75). Sum of RGB (Red+Green+Blue) = 137+101+75=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89654B is #769AB4. Grayscale: #6C6C6C. Windows color (decimal): -7772853 or 4941193. OLE color: 4941193.

HSL color Cylindrical-coordinate representation of color #89654B: hue angle of 25.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89654B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB13710175-
CMYK00.260.450.46
HSL25.16º29.25%41.57%-
HSV(B)25.16º45.26%53.73%-
XYZ16.2415.138.72-
YUV108.8108.93148.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=43.77%
G=32.27%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371017500.260.450.4625.1629.2541.57
Hex89654B01A2D2E191d2a
Octal2111451130325556313552
Binary10001001110010110010110110101011011011101100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89654B; }

 p { color: rgb(137,101,75); }

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

<style>
 a { background-color: #89654B; }

 a { background-color: rgb(137,101,75); }

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

<style>
 span { border-color: #89654B; }

 span { border-color: rgb(137,101,75); }

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