Html Css Color HEX #896442 Dark Wood

📋 copy color: '#896442'

red 137 ◦ green 100 ◦ blue 66

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

Shades of Dark Wood #896442

Tints of Dark Wood #896442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 45.21%
G = 33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896442 (or 0x896442) is known color: Dark Wood. HEX triplet: 89, 64 and 42. RGB value is (137,100,66). Sum of RGB (Red+Green+Blue) = 137+100+66=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #896442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896442 is #769BBD. Grayscale: #6B6B6B. Windows color (decimal): -7773118 or 4351113. OLE color: 4351113.

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

Color convert

RGB 137 100 66 -
CMYK 0 0.27 0.52 0.46
HSL 28.73º 0.35% 0.4% -
HSV(B) 28.73º 0.52% 0.54% -
XYZ 15.86 14.83 7.18 -
YUV 107.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 137 100 66 0 0.27 0.52 0.46 28.73 0.35 0.4
Hex 89 64 42 0 1B 34 2E 1D 23 28
Octal 211 144 102 0 33 64 56 35 43 50
Binary 10001001 1100100 1000010 0 11011 110100 101110 11101 100011 101000

Color Harmonies of #896442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896442

Black with #896442

Text Example


Text Example

White with #896442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896442; }

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

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

background-color css

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

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

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

border-color css

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

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

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