#8C644B

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

Shades of Spicy Mix #8C644B

Tints of Spicy Mix #8C644B

Color information

#8C644B (or 0x8C644B) is unknown color: approx Spicy Mix. HEX triplet: 8C, 64 and 4B. RGB value is (140,100,75). Sum of RGB (Red+Green+Blue) = 140+100+75=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C644B is #739BB4. Grayscale: #6D6D6D. Windows color (decimal): -7576501 or 4940940. OLE color: 4940940.

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

Color convert

RGB14010075-
CMYK00.290.460.45
HSL23.08º30.23%42.16%-
HSV(B)23.08º46.43%54.9%-
XYZ16.6415.28.71-
YUV109.11108.75150.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=44.44%
G=31.75%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401007500.290.460.4523.0830.2342.16
Hex8C644B01D2E2D171e2a
Octal2141441130355655273652
Binary10001100110010010010110111011011101011011011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,75); }

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

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

 a { background-color: rgb(140,100,75); }

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

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

 span { border-color: rgb(140,100,75); }

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