Html Css Color HEX #8D604C Spicy Mix

📋 copy color: '#8D604C'

red 141 ◦ green 96 ◦ blue 76

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

Shades of Spicy Mix #8D604C

Tints of Spicy Mix #8D604C

RGB

 RED value IS 141 (55.47% from 255) = 45.05%

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 45.05%
G = 30.67%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D604C (or 0x8D604C) is known color: Spicy Mix. HEX triplet: 8D, 60 and 4C. RGB value is (141,96,76). Sum of RGB (Red+Green+Blue) = 141+96+76=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D604C is #729FB3. Grayscale: #6B6B6B. Windows color (decimal): -7511988 or 5005453. OLE color: 5005453.

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

Color convert

RGB 141 96 76 -
CMYK 0 0.32 0.46 0.45
HSL 18.46º 0.3% 0.43% -
HSV(B) 18.46º 0.46% 0.55% -
XYZ 16.47 14.55 8.78 -
YUV 107.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 141 96 76 0 0.32 0.46 0.45 18.46 0.3 0.43
Hex 8D 60 4C 0 20 2E 2D 12 1E 2B
Octal 215 140 114 0 40 56 55 22 36 53
Binary 10001101 1100000 1001100 0 100000 101110 101101 10010 11110 101011

Color Harmonies of #8D604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D604C

Black with #8D604C

Text Example


Text Example

White with #8D604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,96,76); }

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

background-color css

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

 a { background-color: rgb(141,96,76); }

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

border-color css

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

 span { border-color: rgb(141,96,76); }

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