#8C634B

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

Shades of Spicy Mix #8C634B

Tints of Spicy Mix #8C634B

Color information

#8C634B (or 0x8C634B) is unknown color: approx Spicy Mix. HEX triplet: 8C, 63 and 4B. RGB value is (140,99,75). Sum of RGB (Red+Green+Blue) = 140+99+75=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C634B is #739CB4. Grayscale: #6C6C6C. Windows color (decimal): -7576757 or 4940684. OLE color: 4940684.

HSL color Cylindrical-coordinate representation of color #8C634B: hue angle of 22.15º 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 #8C634B is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1409975-
CMYK00.290.460.45
HSL22.15º30.23%42.16%-
HSV(B)22.15º46.43%54.9%-
XYZ16.5515.018.68-
YUV108.52109.08150.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=44.59%
G=31.53%
B=23.89%

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
Decimal140997500.290.460.4522.1530.2342.16
Hex8C634B01D2E2D161e2a
Octal2141431130355655263652
Binary10001100110001110010110111011011101011011011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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