Html Css Color HEX #896258 Spicy Mix

📋 copy color: '#896258'

red 137 ◦ green 98 ◦ blue 88

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

Shades of Spicy Mix #896258

Tints of Spicy Mix #896258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 42.41%
G = 30.34%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#896258 (or 0x896258) is known color: Spicy Mix. HEX triplet: 89, 62 and 58. RGB value is (137,98,88). Sum of RGB (Red+Green+Blue) = 137+98+88=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896258 is #769DA7. Grayscale: #6C6C6C. Windows color (decimal): -7773608 or 5792393. OLE color: 5792393.

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

Color convert

RGB 137 98 88 -
CMYK 0 0.28 0.36 0.46
HSL 12.24º 0.22% 0.44% -
HSV(B) 12.24º 0.36% 0.54% -
XYZ 16.45 14.76 11.21 -
YUV 108.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 137 98 88 0 0.28 0.36 0.46 12.24 0.22 0.44
Hex 89 62 58 0 1C 24 2E C 16 2C
Octal 211 142 130 0 34 44 56 14 26 54
Binary 10001001 1100010 1011000 0 11100 100100 101110 1100 10110 101100

Color Harmonies of #896258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896258

Black with #896258

Text Example


Text Example

White with #896258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896258; }

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

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

background-color css

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

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

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

border-color css

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

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

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