Html Css Color HEX #8C6354 Spicy Mix

📋 copy color: '#8C6354'

red 140 ◦ green 99 ◦ blue 84

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

Shades of Spicy Mix #8C6354

Tints of Spicy Mix #8C6354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 43.34%
G = 30.65%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C6354 (or 0x8C6354) is known color: Spicy Mix. HEX triplet: 8C, 63 and 54. RGB value is (140,99,84). Sum of RGB (Red+Green+Blue) = 140+99+84=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6354 is #739CAB. Grayscale: #6D6D6D. Windows color (decimal): -7576748 or 5530508. OLE color: 5530508.

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

Color convert

RGB 140 99 84 -
CMYK 0 0.29 0.4 0.45
HSL 16.07º 0.25% 0.44% -
HSV(B) 16.07º 0.4% 0.55% -
XYZ 16.88 15.14 10.42 -
YUV 109.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 140 99 84 0 0.29 0.4 0.45 16.07 0.25 0.44
Hex 8C 63 54 0 1D 28 2D 10 19 2C
Octal 214 143 124 0 35 50 55 20 31 54
Binary 10001100 1100011 1010100 0 11101 101000 101101 10000 11001 101100

Color Harmonies of #8C6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6354

Black with #8C6354

Text Example


Text Example

White with #8C6354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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