Html Css Color HEX #896256 Spicy Mix

📋 copy color: '#896256'

red 137 ◦ green 98 ◦ blue 86

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

Shades of Spicy Mix #896256

Tints of Spicy Mix #896256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 42.68%
G = 30.53%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#896256 (or 0x896256) is known color: Spicy Mix. HEX triplet: 89, 62 and 56. RGB value is (137,98,86). Sum of RGB (Red+Green+Blue) = 137+98+86=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896256 is #769DA9. Grayscale: #6C6C6C. Windows color (decimal): -7773610 or 5661321. OLE color: 5661321.

HSL color Cylindrical-coordinate representation of color #896256: hue angle of 14.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896256 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 86 -
CMYK 0 0.28 0.37 0.46
HSL 14.12º 0.23% 0.44% -
HSV(B) 14.12º 0.37% 0.54% -
XYZ 16.36 14.73 10.78 -
YUV 108.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 137 98 86 0 0.28 0.37 0.46 14.12 0.23 0.44
Hex 89 62 56 0 1C 25 2E E 17 2C
Octal 211 142 126 0 34 45 56 16 27 54
Binary 10001001 1100010 1010110 0 11100 100101 101110 1110 10111 101100

Color Harmonies of #896256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896256

Black with #896256

Text Example


Text Example

White with #896256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896256; }

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

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

background-color css

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

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

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

border-color css

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

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

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