Html Css Color HEX #896441 Dark Wood

📋 copy color: '#896441'

red 137 ◦ green 100 ◦ blue 65

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

Shades of Dark Wood #896441

Tints of Dark Wood #896441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 45.36%
G = 33.11%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#896441 (or 0x896441) is known color: Dark Wood. HEX triplet: 89, 64 and 41. RGB value is (137,100,65). Sum of RGB (Red+Green+Blue) = 137+100+65=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #896441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896441 is #769BBE. Grayscale: #6B6B6B. Windows color (decimal): -7773119 or 4285577. OLE color: 4285577.

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

Color convert

RGB 137 100 65 -
CMYK 0 0.27 0.53 0.46
HSL 29.17º 0.36% 0.4% -
HSV(B) 29.17º 0.53% 0.54% -
XYZ 15.83 14.81 7.03 -
YUV 107.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 137 100 65 0 0.27 0.53 0.46 29.17 0.36 0.4
Hex 89 64 41 0 1B 35 2E 1D 24 28
Octal 211 144 101 0 33 65 56 35 44 50
Binary 10001001 1100100 1000001 0 11011 110101 101110 11101 100100 101000

Color Harmonies of #896441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896441

Black with #896441

Text Example


Text Example

White with #896441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896441; }

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

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

background-color css

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

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

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

border-color css

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

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

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