Html Css Color HEX #896140 Dark Wood

📋 copy color: '#896140'

red 137 ◦ green 97 ◦ blue 64

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

Shades of Dark Wood #896140

Tints of Dark Wood #896140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 45.97%
G = 32.55%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#896140 (or 0x896140) is known color: Dark Wood. HEX triplet: 89, 61 and 40. RGB value is (137,97,64). Sum of RGB (Red+Green+Blue) = 137+97+64=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #896140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896140 is #769EBF. Grayscale: #696969. Windows color (decimal): -7773888 or 4219273. OLE color: 4219273.

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

Color convert

RGB 137 97 64 -
CMYK 0 0.29 0.53 0.46
HSL 27.12º 0.36% 0.39% -
HSV(B) 27.12º 0.53% 0.54% -
XYZ 15.52 14.24 6.78 -
YUV 105.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 137 97 64 0 0.29 0.53 0.46 27.12 0.36 0.39
Hex 89 61 40 0 1D 35 2E 1B 24 27
Octal 211 141 100 0 35 65 56 33 44 47
Binary 10001001 1100001 1000000 0 11101 110101 101110 11011 100100 100111

Color Harmonies of #896140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896140

Black with #896140

Text Example


Text Example

White with #896140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896140; }

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

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

background-color css

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

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

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

border-color css

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

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

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