Html Css Color HEX #886051 Spicy Mix

📋 copy color: '#886051'

red 136 ◦ green 96 ◦ blue 81

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

Shades of Spicy Mix #886051

Tints of Spicy Mix #886051

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 value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#886051 (or 0x886051) is known color: 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

RGB 136 96 81 -
CMYK 0 0.29 0.40 0.47
HSL 16.36º 0.25% 0.43% -
HSV(B) 16.36º 0.4% 0.53% -
XYZ 15.82 14.19 9.69 -
YUV 106.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 136 96 81 0 0.29 0.40 0.47 16.36 0.25 0.43
Hex 88 60 51 0 1D 28 2F 10 19 2B
Octal 210 140 121 0 35 50 57 20 31 53
Binary 10001000 1100000 1010001 0 11101 101000 101111 10000 11001 101011

Color Harmonies of #886051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886051

Black with #886051

Text Example


Text Example

White with #886051

Text Example


Text Example

HTML Codes & Css Web 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>