Html Css Color HEX #896455 Spicy Mix

📋 copy color: '#896455'

red 137 ◦ green 100 ◦ blue 85

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

Shades of Spicy Mix #896455

Tints of Spicy Mix #896455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 42.55%
G = 31.06%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896455 (or 0x896455) is known color: Spicy Mix. HEX triplet: 89, 64 and 55. RGB value is (137,100,85). Sum of RGB (Red+Green+Blue) = 137+100+85=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896455 is #769BAA. Grayscale: #6D6D6D. Windows color (decimal): -7773099 or 5596297. OLE color: 5596297.

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

Color convert

RGB 137 100 85 -
CMYK 0 0.27 0.38 0.46
HSL 17.31º 0.23% 0.44% -
HSV(B) 17.31º 0.38% 0.54% -
XYZ 16.51 15.09 10.64 -
YUV 109.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 137 100 85 0 0.27 0.38 0.46 17.31 0.23 0.44
Hex 89 64 55 0 1B 26 2E 11 17 2C
Octal 211 144 125 0 33 46 56 21 27 54
Binary 10001001 1100100 1010101 0 11011 100110 101110 10001 10111 101100

Color Harmonies of #896455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896455

Black with #896455

Text Example


Text Example

White with #896455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896455; }

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

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

background-color css

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

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

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

border-color css

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

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

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