Html Css Color HEX #80604F Spicy Mix

📋 copy color: '#80604F'

red 128 ◦ green 96 ◦ blue 79

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

Shades of Spicy Mix #80604F

Tints of Spicy Mix #80604F

RGB

 RED value IS 128 (50.39% from 255) = 42.24%

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 42.24%
G = 31.68%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80604F (or 0x80604F) is known color: Spicy Mix. HEX triplet: 80, 60 and 4F. RGB value is (128,96,79). Sum of RGB (Red+Green+Blue) = 128+96+79=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80604F is #7F9FB0. Grayscale: #676767. Windows color (decimal): -8363953 or 5202048. OLE color: 5202048.

HSL color Cylindrical-coordinate representation of color #80604F: hue angle of 20.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80604F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 79 -
CMYK 0 0.25 0.38 0.50
HSL 20.82º 0.24% 0.41% -
HSV(B) 20.82º 0.38% 0.5% -
XYZ 14.5 13.52 9.24 -
YUV 103.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 128 96 79 0 0.25 0.38 0.50 20.82 0.24 0.41
Hex 80 60 4F 0 19 26 32 15 18 29
Octal 200 140 117 0 31 46 62 25 30 51
Binary 10000000 1100000 1001111 0 11001 100110 110010 10101 11000 101001

Color Harmonies of #80604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80604F

Black with #80604F

Text Example


Text Example

White with #80604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80604F; }

 p { color: rgb(128,96,79); }

 H1.HeaderClassName
 {
   color: #80604F;
 }
 .AnyTagClassName
 {
   color: #80604F;
 }
</style>

background-color css

<style>
 a { background-color: #80604F; }

 a { background-color: rgb(128,96,79); }

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

border-color css

<style>
 span { border-color: #80604F; }

 span { border-color: rgb(128,96,79); }

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