Html Css Color HEX #886454 Spicy Mix

📋 copy color: '#886454'

red 136 ◦ green 100 ◦ blue 84

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

Shades of Spicy Mix #886454

Tints of Spicy Mix #886454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 42.5%
G = 31.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886454 (or 0x886454) is known color: Spicy Mix. HEX triplet: 88, 64 and 54. RGB value is (136,100,84). Sum of RGB (Red+Green+Blue) = 136+100+84=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886454 is #779BAB. Grayscale: #6D6D6D. Windows color (decimal): -7838636 or 5530760. OLE color: 5530760.

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

Color convert

RGB 136 100 84 -
CMYK 0 0.26 0.38 0.47
HSL 18.46º 0.24% 0.43% -
HSV(B) 18.46º 0.38% 0.53% -
XYZ 16.31 14.99 10.42 -
YUV 108.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 136 100 84 0 0.26 0.38 0.47 18.46 0.24 0.43
Hex 88 64 54 0 1A 26 2F 12 18 2B
Octal 210 144 124 0 32 46 57 22 30 53
Binary 10001000 1100100 1010100 0 11010 100110 101111 10010 11000 101011

Color Harmonies of #886454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886454

Black with #886454

Text Example


Text Example

White with #886454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886454; }

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

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

background-color css

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

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

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

border-color css

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

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

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