Html Css Color HEX #8C6048 Spicy Mix

📋 copy color: '#8C6048'

red 140 ◦ green 96 ◦ blue 72

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

Shades of Spicy Mix #8C6048

Tints of Spicy Mix #8C6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 45.45%
G = 31.17%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C6048 (or 0x8C6048) is known color: Spicy Mix. HEX triplet: 8C, 60 and 48. RGB value is (140,96,72). Sum of RGB (Red+Green+Blue) = 140+96+72=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6048 is #739FB7. Grayscale: #6A6A6A. Windows color (decimal): -7577528 or 4743308. OLE color: 4743308.

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

Color convert

RGB 140 96 72 -
CMYK 0 0.31 0.49 0.45
HSL 21.18º 0.32% 0.42% -
HSV(B) 21.18º 0.49% 0.55% -
XYZ 16.17 14.41 8.06 -
YUV 106.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 140 96 72 0 0.31 0.49 0.45 21.18 0.32 0.42
Hex 8C 60 48 0 1F 31 2D 15 20 2A
Octal 214 140 110 0 37 61 55 25 40 52
Binary 10001100 1100000 1001000 0 11111 110001 101101 10101 100000 101010

Color Harmonies of #8C6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6048

Black with #8C6048

Text Example


Text Example

White with #8C6048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,72); }

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

background-color css

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

 a { background-color: rgb(140,96,72); }

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

border-color css

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

 span { border-color: rgb(140,96,72); }

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