Html Css Color HEX #886350 Spicy Mix

📋 copy color: '#886350'

red 136 ◦ green 99 ◦ blue 80

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

Shades of Spicy Mix #886350

Tints of Spicy Mix #886350

RGB

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

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

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

R = 43.17%
G = 31.43%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#886350 (or 0x886350) is known color: Spicy Mix. HEX triplet: 88, 63 and 50. RGB value is (136,99,80). Sum of RGB (Red+Green+Blue) = 136+99+80=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #886350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886350 is #779CAF. Grayscale: #6C6C6C. Windows color (decimal): -7838896 or 5268360. OLE color: 5268360.

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

Color convert

RGB 136 99 80 -
CMYK 0 0.27 0.41 0.47
HSL 20.36º 0.26% 0.42% -
HSV(B) 20.36º 0.41% 0.53% -
XYZ 16.06 14.74 9.59 -
YUV 107.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 136 99 80 0 0.27 0.41 0.47 20.36 0.26 0.42
Hex 88 63 50 0 1B 29 2F 14 1A 2A
Octal 210 143 120 0 33 51 57 24 32 52
Binary 10001000 1100011 1010000 0 11011 101001 101111 10100 11010 101010

Color Harmonies of #886350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886350

Black with #886350

Text Example


Text Example

White with #886350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886350; }

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

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

background-color css

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

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

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

border-color css

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

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

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