Html Css Color HEX #886450 Spicy Mix

📋 copy color: '#886450'

red 136 ◦ green 100 ◦ blue 80

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

Shades of Spicy Mix #886450

Tints of Spicy Mix #886450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 43.04%
G = 31.65%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#886450 (or 0x886450) is known color: Spicy Mix. HEX triplet: 88, 64 and 50. RGB value is (136,100,80). Sum of RGB (Red+Green+Blue) = 136+100+80=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886450 is #779BAF. Grayscale: #6C6C6C. Windows color (decimal): -7838640 or 5268616. OLE color: 5268616.

HSL color Cylindrical-coordinate representation of color #886450: hue angle of 21.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886450 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 80 -
CMYK 0 0.26 0.41 0.47
HSL 21.43º 0.26% 0.42% -
HSV(B) 21.43º 0.41% 0.53% -
XYZ 16.16 14.93 9.62 -
YUV 108.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 136 100 80 0 0.26 0.41 0.47 21.43 0.26 0.42
Hex 88 64 50 0 1A 29 2F 15 1A 2A
Octal 210 144 120 0 32 51 57 25 32 52
Binary 10001000 1100100 1010000 0 11010 101001 101111 10101 11010 101010

Color Harmonies of #886450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886450

Black with #886450

Text Example


Text Example

White with #886450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886450; }

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

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

background-color css

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

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

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

border-color css

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

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

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