#88644E

Color #88644E Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #88644E

Tints of Spicy Mix #88644E

Color information

#88644E (or 0x88644E) is unknown color: approx Spicy Mix. HEX triplet: 88, 64 and 4E. RGB value is (136,100,78). Sum of RGB (Red+Green+Blue) = 136+100+78=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88644E is #779BB1. Grayscale: #6C6C6C. Windows color (decimal): -7838642 or 5137544. OLE color: 5137544.

HSL color Cylindrical-coordinate representation of color #88644E: hue angle of 22.76º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88644E is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13610078-
CMYK00.260.430.47
HSL22.76º27.1%41.96%-
HSV(B)22.76º42.65%53.33%-
XYZ16.0914.99.24-
YUV108.26110.93147.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=43.31%
G=31.85%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361007800.260.430.4722.7627.141.96
Hex88644E01A2B2F171b2a
Octal2101441160325357273352
Binary10001000110010010011100110101010111011111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88644E; }

 p { color: rgb(136,100,78); }

 H1.HeaderClassName
 {
   color: #88644E;
 }
 .AnyTagClassName
 {
   color: #88644E;
 }
</style>
background-color css

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

 a { background-color: rgb(136,100,78); }

 div.DivClassName
 {
   background-color: #88644E;
 }
 .BgClassName
 {
   background-color: #88644E;
 }
</style>
border-color css

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

 span { border-color: rgb(136,100,78); }

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