Html Css Color HEX #896355 Spicy Mix

📋 copy color: '#896355'

red 137 ◦ green 99 ◦ blue 85

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

Shades of Spicy Mix #896355

Tints of Spicy Mix #896355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 42.68%
G = 30.84%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#896355 (or 0x896355) is known color: Spicy Mix. HEX triplet: 89, 63 and 55. RGB value is (137,99,85). Sum of RGB (Red+Green+Blue) = 137+99+85=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896355 is #769CAA. Grayscale: #6C6C6C. Windows color (decimal): -7773355 or 5596041. OLE color: 5596041.

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

Color convert

RGB 137 99 85 -
CMYK 0 0.28 0.38 0.46
HSL 16.15º 0.23% 0.44% -
HSV(B) 16.15º 0.38% 0.54% -
XYZ 16.42 14.9 10.6 -
YUV 108.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 137 99 85 0 0.28 0.38 0.46 16.15 0.23 0.44
Hex 89 63 55 0 1C 26 2E 10 17 2C
Octal 211 143 125 0 34 46 56 20 27 54
Binary 10001001 1100011 1010101 0 11100 100110 101110 10000 10111 101100

Color Harmonies of #896355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896355

Black with #896355

Text Example


Text Example

White with #896355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896355; }

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

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

background-color css

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

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

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

border-color css

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

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

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