#8C634F

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

Shades of Spicy Mix #8C634F

Tints of Spicy Mix #8C634F

Color information

#8C634F (or 0x8C634F) is unknown color: approx Spicy Mix. HEX triplet: 8C, 63 and 4F. RGB value is (140,99,79). Sum of RGB (Red+Green+Blue) = 140+99+79=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C634F is #739CB0. Grayscale: #6D6D6D. Windows color (decimal): -7576753 or 5202828. OLE color: 5202828.

HSL color Cylindrical-coordinate representation of color #8C634F: hue angle of 19.67º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C634F is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1409979-
CMYK00.290.440.45
HSL19.67º27.85%42.94%-
HSV(B)19.67º43.57%54.9%-
XYZ16.6915.069.43-
YUV108.98111.08150.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=44.03%
G=31.13%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140997900.290.440.4519.6727.8542.94
Hex8C634F01D2C2D141c2b
Octal2141431170355455243453
Binary10001100110001110011110111011011001011011010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C634F; }

 p { color: rgb(140,99,79); }

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

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

 a { background-color: rgb(140,99,79); }

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

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

 span { border-color: rgb(140,99,79); }

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