Html Css Color HEX #896242 Dark Wood

📋 copy color: '#896242'

red 137 ◦ green 98 ◦ blue 66

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

Shades of Dark Wood #896242

Tints of Dark Wood #896242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 45.51%
G = 32.56%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896242 (or 0x896242) is known color: Dark Wood. HEX triplet: 89, 62 and 42. RGB value is (137,98,66). Sum of RGB (Red+Green+Blue) = 137+98+66=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #896242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896242 is #769DBD. Grayscale: #6A6A6A. Windows color (decimal): -7773630 or 4350601. OLE color: 4350601.

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

Color convert

RGB 137 98 66 -
CMYK 0 0.28 0.52 0.46
HSL 27.04º 0.35% 0.4% -
HSV(B) 27.04º 0.52% 0.54% -
XYZ 15.67 14.45 7.12 -
YUV 106.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 137 98 66 0 0.28 0.52 0.46 27.04 0.35 0.4
Hex 89 62 42 0 1C 34 2E 1B 23 28
Octal 211 142 102 0 34 64 56 33 43 50
Binary 10001001 1100010 1000010 0 11100 110100 101110 11011 100011 101000

Color Harmonies of #896242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896242

Black with #896242

Text Example


Text Example

White with #896242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896242; }

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

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

background-color css

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

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

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

border-color css

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

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

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