Html Css Color HEX #886355 Spicy Mix

📋 copy color: '#886355'

red 136 ◦ green 99 ◦ blue 85

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

Shades of Spicy Mix #886355

Tints of Spicy Mix #886355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 42.5%
G = 30.94%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886355 (or 0x886355) is known color: Spicy Mix. HEX triplet: 88, 63 and 55. RGB value is (136,99,85). Sum of RGB (Red+Green+Blue) = 136+99+85=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886355 is #779CAA. Grayscale: #6C6C6C. Windows color (decimal): -7838891 or 5596040. OLE color: 5596040.

HSL color Cylindrical-coordinate representation of color #886355: hue angle of 16.47º 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 #886355 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 85 -
CMYK 0 0.27 0.38 0.47
HSL 16.47º 0.23% 0.43% -
HSV(B) 16.47º 0.38% 0.53% -
XYZ 16.25 14.81 10.6 -
YUV 108.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 136 99 85 0 0.27 0.38 0.47 16.47 0.23 0.43
Hex 88 63 55 0 1B 26 2F 10 17 2B
Octal 210 143 125 0 33 46 57 20 27 53
Binary 10001000 1100011 1010101 0 11011 100110 101111 10000 10111 101011

Color Harmonies of #886355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886355

Black with #886355

Text Example


Text Example

White with #886355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886355; }

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

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

background-color css

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

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

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

border-color css

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

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

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