Html Css Color HEX #886356 Spicy Mix

📋 copy color: '#886356'

red 136 ◦ green 99 ◦ blue 86

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

Shades of Spicy Mix #886356

Tints of Spicy Mix #886356

RGB

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

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

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

R = 42.37%
G = 30.84%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#886356 (or 0x886356) is known color: Spicy Mix. HEX triplet: 88, 63 and 56. RGB value is (136,99,86). Sum of RGB (Red+Green+Blue) = 136+99+86=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886356 is #779CA9. Grayscale: #6C6C6C. Windows color (decimal): -7838890 or 5661576. OLE color: 5661576.

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

Color convert

RGB 136 99 86 -
CMYK 0 0.27 0.37 0.47
HSL 15.6º 0.23% 0.44% -
HSV(B) 15.6º 0.37% 0.53% -
XYZ 16.29 14.83 10.81 -
YUV 108.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 136 99 86 0 0.27 0.37 0.47 15.6 0.23 0.44
Hex 88 63 56 0 1B 25 2F 10 17 2C
Octal 210 143 126 0 33 45 57 20 27 54
Binary 10001000 1100011 1010110 0 11011 100101 101111 10000 10111 101100

Color Harmonies of #886356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886356

Black with #886356

Text Example


Text Example

White with #886356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886356; }

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

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

background-color css

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

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

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

border-color css

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

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

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