Html Css Color HEX #896446 Dark Wood

📋 copy color: '#896446'

red 137 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #896446

Tints of Dark Wood #896446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 44.63%
G = 32.57%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#896446 (or 0x896446) is known color: Dark Wood. HEX triplet: 89, 64 and 46. RGB value is (137,100,70). Sum of RGB (Red+Green+Blue) = 137+100+70=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896446 is #769BB9. Grayscale: #6B6B6B. Windows color (decimal): -7773114 or 4613257. OLE color: 4613257.

HSL color Cylindrical-coordinate representation of color #896446: hue angle of 26.87º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896446 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 70 -
CMYK 0 0.27 0.49 0.46
HSL 26.87º 0.32% 0.41% -
HSV(B) 26.87º 0.49% 0.54% -
XYZ 15.98 14.87 7.82 -
YUV 107.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 137 100 70 0 0.27 0.49 0.46 26.87 0.32 0.41
Hex 89 64 46 0 1B 31 2E 1B 20 29
Octal 211 144 106 0 33 61 56 33 40 51
Binary 10001001 1100100 1000110 0 11011 110001 101110 11011 100000 101001

Color Harmonies of #896446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896446

Black with #896446

Text Example


Text Example

White with #896446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896446; }

 p { color: rgb(137,100,70); }

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

background-color css

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

 a { background-color: rgb(137,100,70); }

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

border-color css

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

 span { border-color: rgb(137,100,70); }

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