Html Css Color HEX #896054 Spicy Mix

📋 copy color: '#896054'

red 137 ◦ green 96 ◦ blue 84

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

Shades of Spicy Mix #896054

Tints of Spicy Mix #896054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 43.22%
G = 30.28%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#896054 (or 0x896054) is known color: Spicy Mix. HEX triplet: 89, 60 and 54. RGB value is (137,96,84). Sum of RGB (Red+Green+Blue) = 137+96+84=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896054 is #769FAB. Grayscale: #6A6A6A. Windows color (decimal): -7774124 or 5529737. OLE color: 5529737.

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

Color convert

RGB 137 96 84 -
CMYK 0 0.30 0.39 0.46
HSL 13.58º 0.24% 0.43% -
HSV(B) 13.58º 0.39% 0.54% -
XYZ 16.1 14.32 10.3 -
YUV 106.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 137 96 84 0 0.30 0.39 0.46 13.58 0.24 0.43
Hex 89 60 54 0 1E 27 2E E 18 2B
Octal 211 140 124 0 36 47 56 16 30 53
Binary 10001001 1100000 1010100 0 11110 100111 101110 1110 11000 101011

Color Harmonies of #896054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896054

Black with #896054

Text Example


Text Example

White with #896054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896054; }

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

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

background-color css

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

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

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

border-color css

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

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

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