Html Css Color HEX #896146 Dark Wood

📋 copy color: '#896146'

red 137 ◦ green 97 ◦ blue 70

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

Shades of Dark Wood #896146

Tints of Dark Wood #896146

RGB

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

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

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

R = 45.07%
G = 31.91%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#896146 (or 0x896146) is known color: Dark Wood. HEX triplet: 89, 61 and 46. RGB value is (137,97,70). Sum of RGB (Red+Green+Blue) = 137+97+70=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896146 is #769EB9. Grayscale: #6A6A6A. Windows color (decimal): -7773882 or 4612489. OLE color: 4612489.

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

Color convert

RGB 137 97 70 -
CMYK 0 0.29 0.49 0.46
HSL 24.18º 0.32% 0.41% -
HSV(B) 24.18º 0.49% 0.54% -
XYZ 15.7 14.31 7.73 -
YUV 105.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 137 97 70 0 0.29 0.49 0.46 24.18 0.32 0.41
Hex 89 61 46 0 1D 31 2E 18 20 29
Octal 211 141 106 0 35 61 56 30 40 51
Binary 10001001 1100001 1000110 0 11101 110001 101110 11000 100000 101001

Color Harmonies of #896146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896146

Black with #896146

Text Example


Text Example

White with #896146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896146; }

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

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

background-color css

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

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

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

border-color css

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

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

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