#8F634E

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

Shades of Spicy Mix #8F634E

Tints of Spicy Mix #8F634E

Color information

#8F634E (or 0x8F634E) is unknown color: approx Spicy Mix. HEX triplet: 8F, 63 and 4E. RGB value is (143,99,78). Sum of RGB (Red+Green+Blue) = 143+99+78=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F634E is #709CB1. Grayscale: #6D6D6D. Windows color (decimal): -7380146 or 5137295. OLE color: 5137295.

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

Color convert

RGB1439978-
CMYK00.310.450.44
HSL19.38º29.41%43.33%-
HSV(B)19.38º45.45%56.08%-
XYZ17.1615.319.26-
YUV109.76110.08151.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=44.69%
G=30.94%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143997800.310.450.4419.3829.4143.33
Hex8F634E01F2D2C131d2b
Octal2171431160375554233553
Binary10001111110001110011100111111011011011001001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,78); }

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

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

 a { background-color: rgb(143,99,78); }

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

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

 span { border-color: rgb(143,99,78); }

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