Html Css Color HEX #896141 Dark Wood

📋 copy color: '#896141'

red 137 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #896141

Tints of Dark Wood #896141

RGB

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

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

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

R = 45.82%
G = 32.44%
B = 21.74%

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

#896141 (or 0x896141) is known color: Dark Wood. HEX triplet: 89, 61 and 41. RGB value is (137,97,65). Sum of RGB (Red+Green+Blue) = 137+97+65=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #896141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896141 is #769EBE. Grayscale: #696969. Windows color (decimal): -7773887 or 4284809. OLE color: 4284809.

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

Color convert

RGB 137 97 65 -
CMYK 0 0.29 0.53 0.46
HSL 26.67º 0.36% 0.4% -
HSV(B) 26.67º 0.53% 0.54% -
XYZ 15.55 14.25 6.93 -
YUV 105.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 137 97 65 0 0.29 0.53 0.46 26.67 0.36 0.4
Hex 89 61 41 0 1D 35 2E 1B 24 28
Octal 211 141 101 0 35 65 56 33 44 50
Binary 10001001 1100001 1000001 0 11101 110101 101110 11011 100100 101000

Color Harmonies of #896141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896141

Black with #896141

Text Example


Text Example

White with #896141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896141; }

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

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

background-color css

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

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

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

border-color css

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

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

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