Html Css Color HEX #886156 Spicy Mix

📋 copy color: '#886156'

red 136 ◦ green 97 ◦ blue 86

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

Shades of Spicy Mix #886156

Tints of Spicy Mix #886156

RGB

 RED value IS 136 (53.52% from 255) = 42.63%

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 42.63%
G = 30.41%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#886156 (or 0x886156) is known color: Spicy Mix. HEX triplet: 88, 61 and 56. RGB value is (136,97,86). Sum of RGB (Red+Green+Blue) = 136+97+86=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886156 is #779EA9. Grayscale: #6B6B6B. Windows color (decimal): -7839402 or 5661064. OLE color: 5661064.

HSL color Cylindrical-coordinate representation of color #886156: hue angle of 13.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886156 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 97 86 -
CMYK 0 0.29 0.37 0.47
HSL 13.2º 0.23% 0.44% -
HSV(B) 13.2º 0.37% 0.53% -
XYZ 16.11 14.46 10.75 -
YUV 107.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 136 97 86 0 0.29 0.37 0.47 13.2 0.23 0.44
Hex 88 61 56 0 1D 25 2F D 17 2C
Octal 210 141 126 0 35 45 57 15 27 54
Binary 10001000 1100001 1010110 0 11101 100101 101111 1101 10111 101100

Color Harmonies of #886156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886156

Black with #886156

Text Example


Text Example

White with #886156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886156; }

 p { color: rgb(136,97,86); }

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

background-color css

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

 a { background-color: rgb(136,97,86); }

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

border-color css

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

 span { border-color: rgb(136,97,86); }

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