Html Css Color HEX #896341 Dark Wood

📋 copy color: '#896341'

red 137 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #896341

Tints of Dark Wood #896341

RGB

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

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

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

R = 45.51%
G = 32.89%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#896341 (or 0x896341) is known color: Dark Wood. HEX triplet: 89, 63 and 41. RGB value is (137,99,65). Sum of RGB (Red+Green+Blue) = 137+99+65=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #896341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896341 is #769CBE. Grayscale: #6A6A6A. Windows color (decimal): -7773375 or 4285321. OLE color: 4285321.

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

Color convert

RGB 137 99 65 -
CMYK 0 0.28 0.53 0.46
HSL 28.33º 0.36% 0.4% -
HSV(B) 28.33º 0.53% 0.54% -
XYZ 15.73 14.62 6.99 -
YUV 106.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 137 99 65 0 0.28 0.53 0.46 28.33 0.36 0.4
Hex 89 63 41 0 1C 35 2E 1C 24 28
Octal 211 143 101 0 34 65 56 34 44 50
Binary 10001001 1100011 1000001 0 11100 110101 101110 11100 100100 101000

Color Harmonies of #896341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896341

Black with #896341

Text Example


Text Example

White with #896341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896341; }

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

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

background-color css

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

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

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

border-color css

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

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

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