#88614A

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

Shades of Spicy Mix #88614A

Tints of Spicy Mix #88614A

Color information

#88614A (or 0x88614A) is unknown color: approx Spicy Mix. HEX triplet: 88, 61 and 4A. RGB value is (136,97,74). Sum of RGB (Red+Green+Blue) = 136+97+74=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #88614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88614A is #779EB5. Grayscale: #6A6A6A. Windows color (decimal): -7839414 or 4874632. OLE color: 4874632.

HSL color Cylindrical-coordinate representation of color #88614A: hue angle of 22.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88614A is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1369774-
CMYK00.290.460.47
HSL22.26º29.52%41.18%-
HSV(B)22.26º45.59%53.33%-
XYZ15.6614.288.41-
YUV106.04109.92149.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=44.30%
G=31.60%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136977400.290.460.4722.2629.5241.18
Hex88614A01D2E2F161e29
Octal2101411120355657263651
Binary10001000110000110010100111011011101011111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88614A; }

 p { color: rgb(136,97,74); }

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

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

 a { background-color: rgb(136,97,74); }

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

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

 span { border-color: rgb(136,97,74); }

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