#87614A

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

Shades of Spicy Mix #87614A

Tints of Spicy Mix #87614A

Color information

#87614A (or 0x87614A) is unknown color: approx Spicy Mix. HEX triplet: 87, 61 and 4A. RGB value is (135,97,74). Sum of RGB (Red+Green+Blue) = 135+97+74=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #87614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87614A is #789EB5. Grayscale: #696969. Windows color (decimal): -7904950 or 4874631. OLE color: 4874631.

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

Color convert

RGB1359774-
CMYK00.280.450.47
HSL22.62º29.19%40.98%-
HSV(B)22.62º45.19%52.94%-
XYZ15.514.198.4-
YUV105.74110.09148.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=44.12%
G=31.70%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135977400.280.450.4722.6229.1940.98
Hex87614A01C2D2F171d29
Octal2071411120345557273551
Binary10000111110000110010100111001011011011111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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