Html Css Color HEX #896046 Dark Wood

📋 copy color: '#896046'

red 137 ◦ green 96 ◦ blue 70

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

Shades of Dark Wood #896046

Tints of Dark Wood #896046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

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

R = 45.21%
G = 31.68%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#896046 (or 0x896046) is known color: Dark Wood. HEX triplet: 89, 60 and 46. RGB value is (137,96,70). Sum of RGB (Red+Green+Blue) = 137+96+70=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #896046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896046 is #769FB9. Grayscale: #696969. Windows color (decimal): -7774138 or 4612233. OLE color: 4612233.

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

Color convert

RGB 137 96 70 -
CMYK 0 0.30 0.49 0.46
HSL 23.28º 0.32% 0.41% -
HSV(B) 23.28º 0.49% 0.54% -
XYZ 15.6 14.13 7.7 -
YUV 105.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 137 96 70 0 0.30 0.49 0.46 23.28 0.32 0.41
Hex 89 60 46 0 1E 31 2E 17 20 29
Octal 211 140 106 0 36 61 56 27 40 51
Binary 10001001 1100000 1000110 0 11110 110001 101110 10111 100000 101001

Color Harmonies of #896046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896046

Black with #896046

Text Example


Text Example

White with #896046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896046; }

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

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

background-color css

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

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

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

border-color css

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

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

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