Html Css Color HEX #896542 Dark Wood

📋 copy color: '#896542'

red 137 ◦ green 101 ◦ blue 66

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

Shades of Dark Wood #896542

Tints of Dark Wood #896542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 45.07%
G = 33.22%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#896542 (or 0x896542) is known color: Dark Wood. HEX triplet: 89, 65 and 42. RGB value is (137,101,66). Sum of RGB (Red+Green+Blue) = 137+101+66=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896542 is #769ABD. Grayscale: #6B6B6B. Windows color (decimal): -7772862 or 4351369. OLE color: 4351369.

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

Color convert

RGB 137 101 66 -
CMYK 0 0.26 0.52 0.46
HSL 29.58º 0.35% 0.4% -
HSV(B) 29.58º 0.52% 0.54% -
XYZ 15.95 15.02 7.21 -
YUV 107.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 137 101 66 0 0.26 0.52 0.46 29.58 0.35 0.4
Hex 89 65 42 0 1A 34 2E 1E 23 28
Octal 211 145 102 0 32 64 56 36 43 50
Binary 10001001 1100101 1000010 0 11010 110100 101110 11110 100011 101000

Color Harmonies of #896542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896542

Black with #896542

Text Example


Text Example

White with #896542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896542; }

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

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

background-color css

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

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

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

border-color css

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

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

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