Html Css Color HEX #896456 Spicy Mix

📋 copy color: '#896456'

red 137 ◦ green 100 ◦ blue 86

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

Shades of Spicy Mix #896456

Tints of Spicy Mix #896456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 42.41%
G = 30.96%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#896456 (or 0x896456) is known color: Spicy Mix. HEX triplet: 89, 64 and 56. RGB value is (137,100,86). Sum of RGB (Red+Green+Blue) = 137+100+86=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896456 is #769BA9. Grayscale: #6D6D6D. Windows color (decimal): -7773098 or 5661833. OLE color: 5661833.

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

Color convert

RGB 137 100 86 -
CMYK 0 0.27 0.37 0.46
HSL 16.47º 0.23% 0.44% -
HSV(B) 16.47º 0.37% 0.54% -
XYZ 16.55 15.1 10.85 -
YUV 109.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 137 100 86 0 0.27 0.37 0.46 16.47 0.23 0.44
Hex 89 64 56 0 1B 25 2E 10 17 2C
Octal 211 144 126 0 33 45 56 20 27 54
Binary 10001001 1100100 1010110 0 11011 100101 101110 10000 10111 101100

Color Harmonies of #896456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896456

Black with #896456

Text Example


Text Example

White with #896456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896456; }

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

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

background-color css

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

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

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

border-color css

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

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

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