Html Css Color HEX #896042 Dark Wood

📋 copy color: '#896042'

red 137 ◦ green 96 ◦ blue 66

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

Shades of Dark Wood #896042

Tints of Dark Wood #896042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 45.82%
G = 32.11%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896042 (or 0x896042) is known color: Dark Wood. HEX triplet: 89, 60 and 42. RGB value is (137,96,66). Sum of RGB (Red+Green+Blue) = 137+96+66=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #896042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896042 is #769FBD. Grayscale: #696969. Windows color (decimal): -7774142 or 4350089. OLE color: 4350089.

HSL color Cylindrical-coordinate representation of color #896042: hue angle of 25.35º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896042 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 66 -
CMYK 0 0.30 0.52 0.46
HSL 25.35º 0.35% 0.4% -
HSV(B) 25.35º 0.52% 0.54% -
XYZ 15.48 14.08 7.06 -
YUV 104.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 137 96 66 0 0.30 0.52 0.46 25.35 0.35 0.4
Hex 89 60 42 0 1E 34 2E 19 23 28
Octal 211 140 102 0 36 64 56 31 43 50
Binary 10001001 1100000 1000010 0 11110 110100 101110 11001 100011 101000

Color Harmonies of #896042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896042

Black with #896042

Text Example


Text Example

White with #896042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896042; }

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

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

background-color css

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

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

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

border-color css

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

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

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