Html Css Color HEX #886456 Spicy Mix

📋 copy color: '#886456'

red 136 ◦ green 100 ◦ blue 86

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

Shades of Spicy Mix #886456

Tints of Spicy Mix #886456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 42.24%
G = 31.06%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#886456 (or 0x886456) is known color: Spicy Mix. HEX triplet: 88, 64 and 56. RGB value is (136,100,86). Sum of RGB (Red+Green+Blue) = 136+100+86=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886456 is #779BA9. Grayscale: #6D6D6D. Windows color (decimal): -7838634 or 5661832. OLE color: 5661832.

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

Color convert

RGB 136 100 86 -
CMYK 0 0.26 0.37 0.47
HSL 16.8º 0.23% 0.44% -
HSV(B) 16.8º 0.37% 0.53% -
XYZ 16.39 15.02 10.84 -
YUV 109.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 136 100 86 0 0.26 0.37 0.47 16.8 0.23 0.44
Hex 88 64 56 0 1A 25 2F 11 17 2C
Octal 210 144 126 0 32 45 57 21 27 54
Binary 10001000 1100100 1010110 0 11010 100101 101111 10001 10111 101100

Color Harmonies of #886456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886456

Black with #886456

Text Example


Text Example

White with #886456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886456; }

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

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

background-color css

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

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

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

border-color css

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

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

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