Html Css Color HEX #896354 Spicy Mix

📋 copy color: '#896354'

red 137 ◦ green 99 ◦ blue 84

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

Shades of Spicy Mix #896354

Tints of Spicy Mix #896354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 42.81%
G = 30.94%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#896354 (or 0x896354) is known color: Spicy Mix. HEX triplet: 89, 63 and 54. RGB value is (137,99,84). Sum of RGB (Red+Green+Blue) = 137+99+84=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896354 is #769CAB. Grayscale: #6C6C6C. Windows color (decimal): -7773356 or 5530505. OLE color: 5530505.

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

Color convert

RGB 137 99 84 -
CMYK 0 0.28 0.39 0.46
HSL 16.98º 0.24% 0.43% -
HSV(B) 16.98º 0.39% 0.54% -
XYZ 16.38 14.88 10.4 -
YUV 108.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 137 99 84 0 0.28 0.39 0.46 16.98 0.24 0.43
Hex 89 63 54 0 1C 27 2E 11 18 2B
Octal 211 143 124 0 34 47 56 21 30 53
Binary 10001001 1100011 1010100 0 11100 100111 101110 10001 11000 101011

Color Harmonies of #896354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896354

Black with #896354

Text Example


Text Example

White with #896354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896354; }

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

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

background-color css

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

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

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

border-color css

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

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

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