Html Css Color HEX #896144 Dark Wood

📋 copy color: '#896144'

red 137 ◦ green 97 ◦ blue 68

#896144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #896144

Tints of Dark Wood #896144

RGB

 RED value IS 137 (53.91% from 255) = 45.36%

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 45.36%
G = 32.12%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#896144 (or 0x896144) is known color: Dark Wood. HEX triplet: 89, 61 and 44. RGB value is (137,97,68). Sum of RGB (Red+Green+Blue) = 137+97+68=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #896144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896144 is #769EBB. Grayscale: #696969. Windows color (decimal): -7773884 or 4481417. OLE color: 4481417.

HSL color Cylindrical-coordinate representation of color #896144: hue angle of 25.22º degrees, saturation: 0.34, 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 #896144 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 68 -
CMYK 0 0.29 0.50 0.46
HSL 25.22º 0.34% 0.4% -
HSV(B) 25.22º 0.5% 0.54% -
XYZ 15.63 14.29 7.4 -
YUV 105.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 137 97 68 0 0.29 0.50 0.46 25.22 0.34 0.4
Hex 89 61 44 0 1D 32 2E 19 22 28
Octal 211 141 104 0 35 62 56 31 42 50
Binary 10001001 1100001 1000100 0 11101 110010 101110 11001 100010 101000

Color Harmonies of #896144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896144

Black with #896144

Text Example


Text Example

White with #896144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896144; }

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

 H1.HeaderClassName
 {
   color: #896144;
 }
 .AnyTagClassName
 {
   color: #896144;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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