#806051

Color #806051 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #806051

Tints of Spicy Mix #806051

Color information

#806051 (or 0x806051) is unknown color: approx Spicy Mix. HEX triplet: 80, 60 and 51. RGB value is (128,96,81). Sum of RGB (Red+Green+Blue) = 128+96+81=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #806051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806051 is #7F9FAE. Grayscale: #676767. Windows color (decimal): -8363951 or 5333120. OLE color: 5333120.

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

Color convert

RGB1289681-
CMYK00.250.370.50
HSL19.15º22.49%40.98%-
HSV(B)19.15º36.72%50.2%-
XYZ14.5713.559.63-
YUV103.86115.1145.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=41.97%
G=31.48%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128968100.250.370.5019.1522.4940.98
Hex8060510192532131629
Octal2001401210314562232651
Binary10000000110000010100010110011001011100101001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806051; }

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

 H1.HeaderClassName
 {
   color: #806051;
 }
 .AnyTagClassName
 {
   color: #806051;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #806051;
 }
 .BgClassName
 {
   background-color: #806051;
 }
</style>
border-color css

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

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

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