#8C6148

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

Shades of Spicy Mix #8C6148

Tints of Spicy Mix #8C6148

Color information

#8C6148 (or 0x8C6148) is unknown color: approx Spicy Mix. HEX triplet: 8C, 61 and 48. RGB value is (140,97,72). Sum of RGB (Red+Green+Blue) = 140+97+72=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6148 is #739EB7. Grayscale: #6B6B6B. Windows color (decimal): -7577272 or 4743564. OLE color: 4743564.

HSL color Cylindrical-coordinate representation of color #8C6148: hue angle of 22.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C6148 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1409772-
CMYK00.310.490.45
HSL22.06º32.08%41.57%-
HSV(B)22.06º48.57%54.9%-
XYZ16.2614.598.09-
YUV107.01108.25151.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=45.31%
G=31.39%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140977200.310.490.4522.0632.0841.57
Hex8C614801F312D16202a
Octal2141411100376155264052
Binary100011001100001100100001111111000110110110110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,72); }

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

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

 a { background-color: rgb(140,97,72); }

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

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

 span { border-color: rgb(140,97,72); }

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