Html Css Color HEX #896044 Dark Wood

📋 copy color: '#896044'

red 137 ◦ green 96 ◦ blue 68

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

Shades of Dark Wood #896044

Tints of Dark Wood #896044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 45.51%
G = 31.89%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#896044 (or 0x896044) is known color: Dark Wood. HEX triplet: 89, 60 and 44. RGB value is (137,96,68). Sum of RGB (Red+Green+Blue) = 137+96+68=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #896044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896044 is #769FBB. Grayscale: #696969. Windows color (decimal): -7774140 or 4481161. OLE color: 4481161.

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

Color convert

RGB 137 96 68 -
CMYK 0 0.30 0.50 0.46
HSL 24.35º 0.34% 0.4% -
HSV(B) 24.35º 0.5% 0.54% -
XYZ 15.54 14.1 7.37 -
YUV 105.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 137 96 68 0 0.30 0.50 0.46 24.35 0.34 0.4
Hex 89 60 44 0 1E 32 2E 18 22 28
Octal 211 140 104 0 36 62 56 30 42 50
Binary 10001001 1100000 1000100 0 11110 110010 101110 11000 100010 101000

Color Harmonies of #896044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896044

Black with #896044

Text Example


Text Example

White with #896044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896044; }

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

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

background-color css

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

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

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

border-color css

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

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

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