Html Css Color HEX #8C6253 Spicy Mix

📋 copy color: '#8C6253'

red 140 ◦ green 98 ◦ blue 83

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

Shades of Spicy Mix #8C6253

Tints of Spicy Mix #8C6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 43.61%
G = 30.53%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C6253 (or 0x8C6253) is known color: Spicy Mix. HEX triplet: 8C, 62 and 53. RGB value is (140,98,83). Sum of RGB (Red+Green+Blue) = 140+98+83=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6253 is #739DAC. Grayscale: #6C6C6C. Windows color (decimal): -7577005 or 5464716. OLE color: 5464716.

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

Color convert

RGB 140 98 83 -
CMYK 0 0.3 0.41 0.45
HSL 15.79º 0.26% 0.44% -
HSV(B) 15.79º 0.41% 0.55% -
XYZ 16.74 14.94 10.18 -
YUV 108.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 140 98 83 0 0.3 0.41 0.45 15.79 0.26 0.44
Hex 8C 62 53 0 1E 29 2D 10 1A 2C
Octal 214 142 123 0 36 51 55 20 32 54
Binary 10001100 1100010 1010011 0 11110 101001 101101 10000 11010 101100

Color Harmonies of #8C6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6253

Black with #8C6253

Text Example


Text Example

White with #8C6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,83); }

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

background-color css

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

 a { background-color: rgb(140,98,83); }

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

border-color css

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

 span { border-color: rgb(140,98,83); }

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