Html Css Color HEX #8C6349 Spicy Mix

📋 copy color: '#8C6349'

red 140 ◦ green 99 ◦ blue 73

#8C6349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #8C6349

Tints of Spicy Mix #8C6349

RGB

 RED value IS 140 (55.08% from 255) = 44.87%

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 44.87%
G = 31.73%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C6349 (or 0x8C6349) is known color: Spicy Mix. HEX triplet: 8C, 63 and 49. RGB value is (140,99,73). Sum of RGB (Red+Green+Blue) = 140+99+73=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6349 is #739CB6. Grayscale: #6C6C6C. Windows color (decimal): -7576759 or 4809612. OLE color: 4809612.

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

Color convert

RGB 140 99 73 -
CMYK 0 0.29 0.48 0.45
HSL 23.28º 0.31% 0.42% -
HSV(B) 23.28º 0.48% 0.55% -
XYZ 16.48 14.98 8.33 -
YUV 108.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 140 99 73 0 0.29 0.48 0.45 23.28 0.31 0.42
Hex 8C 63 49 0 1D 30 2D 17 1F 2A
Octal 214 143 111 0 35 60 55 27 37 52
Binary 10001100 1100011 1001001 0 11101 110000 101101 10111 11111 101010

Color Harmonies of #8C6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6349

Black with #8C6349

Text Example


Text Example

White with #8C6349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C6349;
 }
 .AnyTagClassName
 {
   color: #8C6349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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