#896645

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

Shades of Dark Wood #896645

Tints of Dark Wood #896645

Color information

#896645 (or 0x896645) is unknown color: approx Dark Wood. HEX triplet: 89, 66 and 45. RGB value is (137,102,69). Sum of RGB (Red+Green+Blue) = 137+102+69=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896645 is #7699BA. Grayscale: #6C6C6C. Windows color (decimal): -7772603 or 4548233. OLE color: 4548233.

HSL color Cylindrical-coordinate representation of color #896645: hue angle of 29.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896645 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13710269-
CMYK00.260.500.46
HSL29.12º33.01%40.39%-
HSV(B)29.12º49.64%53.73%-
XYZ16.1415.257.72-
YUV108.7105.6148.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=44.48%
G=33.12%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371026900.260.500.4629.1233.0140.39
Hex89664501A322E1d2128
Octal2111461050326256354150
Binary100010011100110100010101101011001010111011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896645; }

 p { color: rgb(137,102,69); }

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

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

 a { background-color: rgb(137,102,69); }

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

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

 span { border-color: rgb(137,102,69); }

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