Html Css Color HEX #896344 Dark Wood

📋 copy color: '#896344'

red 137 ◦ green 99 ◦ blue 68

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

Shades of Dark Wood #896344

Tints of Dark Wood #896344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 45.07%
G = 32.57%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#896344 (or 0x896344) is known color: Dark Wood. HEX triplet: 89, 63 and 44. RGB value is (137,99,68). Sum of RGB (Red+Green+Blue) = 137+99+68=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896344 is #769CBB. Grayscale: #6A6A6A. Windows color (decimal): -7773372 or 4481929. OLE color: 4481929.

HSL color Cylindrical-coordinate representation of color #896344: hue angle of 26.96º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896344 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 68 -
CMYK 0 0.28 0.50 0.46
HSL 26.96º 0.34% 0.4% -
HSV(B) 26.96º 0.5% 0.54% -
XYZ 15.82 14.66 7.46 -
YUV 106.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 137 99 68 0 0.28 0.50 0.46 26.96 0.34 0.4
Hex 89 63 44 0 1C 32 2E 1B 22 28
Octal 211 143 104 0 34 62 56 33 42 50
Binary 10001001 1100011 1000100 0 11100 110010 101110 11011 100010 101000

Color Harmonies of #896344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896344

Black with #896344

Text Example


Text Example

White with #896344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896344; }

 p { color: rgb(137,99,68); }

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

background-color css

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

 a { background-color: rgb(137,99,68); }

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

border-color css

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

 span { border-color: rgb(137,99,68); }

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