Html Css Color HEX #886255 Spicy Mix

📋 copy color: '#886255'

red 136 ◦ green 98 ◦ blue 85

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

Shades of Spicy Mix #886255

Tints of Spicy Mix #886255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 42.63%
G = 30.72%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886255 (or 0x886255) is known color: Spicy Mix. HEX triplet: 88, 62 and 55. RGB value is (136,98,85). Sum of RGB (Red+Green+Blue) = 136+98+85=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886255 is #779DAA. Grayscale: #6B6B6B. Windows color (decimal): -7839147 or 5595784. OLE color: 5595784.

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

Color convert

RGB 136 98 85 -
CMYK 0 0.28 0.38 0.47
HSL 15.29º 0.23% 0.43% -
HSV(B) 15.29º 0.38% 0.53% -
XYZ 16.16 14.63 10.57 -
YUV 107.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 136 98 85 0 0.28 0.38 0.47 15.29 0.23 0.43
Hex 88 62 55 0 1C 26 2F F 17 2B
Octal 210 142 125 0 34 46 57 17 27 53
Binary 10001000 1100010 1010101 0 11100 100110 101111 1111 10111 101011

Color Harmonies of #886255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886255

Black with #886255

Text Example


Text Example

White with #886255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886255; }

 p { color: rgb(136,98,85); }

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

background-color css

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

 a { background-color: rgb(136,98,85); }

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

border-color css

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

 span { border-color: rgb(136,98,85); }

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