Html Css Color HEX #896643 Dark Wood

📋 copy color: '#896643'

red 137 ◦ green 102 ◦ blue 67

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

Shades of Dark Wood #896643

Tints of Dark Wood #896643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 44.77%
G = 33.33%
B = 21.9%

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

#896643 (or 0x896643) is known color: Dark Wood. HEX triplet: 89, 66 and 43. RGB value is (137,102,67). Sum of RGB (Red+Green+Blue) = 137+102+67=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #896643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896643 is #7699BC. Grayscale: #6C6C6C. Windows color (decimal): -7772605 or 4417161. OLE color: 4417161.

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

Color convert

RGB 137 102 67 -
CMYK 0 0.26 0.51 0.46
HSL 30º 0.34% 0.4% -
HSV(B) 30º 0.51% 0.54% -
XYZ 16.08 15.23 7.4 -
YUV 108.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 137 102 67 0 0.26 0.51 0.46 30 0.34 0.4
Hex 89 66 43 0 1A 33 2E 1E 22 28
Octal 211 146 103 0 32 63 56 36 42 50
Binary 10001001 1100110 1000011 0 11010 110011 101110 11110 100010 101000

Color Harmonies of #896643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896643

Black with #896643

Text Example


Text Example

White with #896643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896643; }

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

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

background-color css

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

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

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

border-color css

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

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

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