Html Css Color HEX #896946 Dark Wood

📋 copy color: '#896946'

red 137 ◦ green 105 ◦ blue 70

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

Shades of Dark Wood #896946

Tints of Dark Wood #896946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

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

R = 43.91%
G = 33.65%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#896946 (or 0x896946) is known color: Dark Wood. HEX triplet: 89, 69 and 46. RGB value is (137,105,70). Sum of RGB (Red+Green+Blue) = 137+105+70=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #896946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896946 is #7696B9. Grayscale: #6E6E6E. Windows color (decimal): -7771834 or 4614537. OLE color: 4614537.

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

Color convert

RGB 137 105 70 -
CMYK 0 0.23 0.49 0.46
HSL 31.34º 0.32% 0.41% -
HSV(B) 31.34º 0.49% 0.54% -
XYZ 16.47 15.86 7.99 -
YUV 110.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 137 105 70 0 0.23 0.49 0.46 31.34 0.32 0.41
Hex 89 69 46 0 17 31 2E 1F 20 29
Octal 211 151 106 0 27 61 56 37 40 51
Binary 10001001 1101001 1000110 0 10111 110001 101110 11111 100000 101001

Color Harmonies of #896946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896946

Black with #896946

Text Example


Text Example

White with #896946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896946; }

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

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

background-color css

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

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

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

border-color css

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

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

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