#886051

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

Shades of Spicy Mix #886051

Tints of Spicy Mix #886051

Color information

#886051 (or 0x886051) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 51. RGB value is (136,96,81). Sum of RGB (Red+Green+Blue) = 136+96+81=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #886051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886051 is #779FAE. Grayscale: #6A6A6A. Windows color (decimal): -7839663 or 5333128. OLE color: 5333128.

HSL color Cylindrical-coordinate representation of color #886051: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886051 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1369681-
CMYK00.290.400.47
HSL16.36º25.35%42.55%-
HSV(B)16.36º40.44%53.33%-
XYZ15.8214.199.69-
YUV106.25113.75149.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=43.45%
G=30.67%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136968100.290.400.4716.3625.3542.55
Hex88605101D282F10192b
Octal2101401210355057203153
Binary10001000110000010100010111011010001011111000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886051; }

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

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

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

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

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

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

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

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