Html Css Color HEX #896255 Spicy Mix

📋 copy color: '#896255'

red 137 ◦ green 98 ◦ blue 85

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

Shades of Spicy Mix #896255

Tints of Spicy Mix #896255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 42.81%
G = 30.63%
B = 26.56%

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

#896255 (or 0x896255) is known color: Spicy Mix. HEX triplet: 89, 62 and 55. RGB value is (137,98,85). Sum of RGB (Red+Green+Blue) = 137+98+85=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896255 is #769DAA. Grayscale: #6C6C6C. Windows color (decimal): -7773611 or 5595785. OLE color: 5595785.

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

Color convert

RGB 137 98 85 -
CMYK 0 0.28 0.38 0.46
HSL 15º 0.23% 0.44% -
HSV(B) 15º 0.38% 0.54% -
XYZ 16.32 14.71 10.57 -
YUV 108.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 137 98 85 0 0.28 0.38 0.46 15 0.23 0.44
Hex 89 62 55 0 1C 26 2E F 17 2C
Octal 211 142 125 0 34 46 56 17 27 54
Binary 10001001 1100010 1010101 0 11100 100110 101110 1111 10111 101100

Color Harmonies of #896255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896255

Black with #896255

Text Example


Text Example

White with #896255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896255; }

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

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

background-color css

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

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

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

border-color css

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

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

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