Html Css Color HEX #896543 Dark Wood

📋 copy color: '#896543'

red 137 ◦ green 101 ◦ blue 67

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

Shades of Dark Wood #896543

Tints of Dark Wood #896543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 44.92%
G = 33.11%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#896543 (or 0x896543) is known color: Dark Wood. HEX triplet: 89, 65 and 43. RGB value is (137,101,67). Sum of RGB (Red+Green+Blue) = 137+101+67=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #896543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896543 is #769ABC. Grayscale: #6C6C6C. Windows color (decimal): -7772861 or 4416905. OLE color: 4416905.

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

Color convert

RGB 137 101 67 -
CMYK 0 0.26 0.51 0.46
HSL 29.14º 0.34% 0.4% -
HSV(B) 29.14º 0.51% 0.54% -
XYZ 15.98 15.03 7.37 -
YUV 107.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 137 101 67 0 0.26 0.51 0.46 29.14 0.34 0.4
Hex 89 65 43 0 1A 33 2E 1D 22 28
Octal 211 145 103 0 32 63 56 35 42 50
Binary 10001001 1100101 1000011 0 11010 110011 101110 11101 100010 101000

Color Harmonies of #896543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896543

Black with #896543

Text Example


Text Example

White with #896543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896543; }

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

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

background-color css

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

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

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

border-color css

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

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

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