Html Css Color HEX #8D6355 Spicy Mix

📋 copy color: '#8D6355'

red 141 ◦ green 99 ◦ blue 85

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

Shades of Spicy Mix #8D6355

Tints of Spicy Mix #8D6355

RGB

 RED value IS 141 (55.47% from 255) = 43.38%

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

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 43.38%
G = 30.46%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D6355 (or 0x8D6355) is known color: Spicy Mix. HEX triplet: 8D, 63 and 55. RGB value is (141,99,85). Sum of RGB (Red+Green+Blue) = 141+99+85=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6355 is #729CAA. Grayscale: #6E6E6E. Windows color (decimal): -7511211 or 5596045. OLE color: 5596045.

HSL color Cylindrical-coordinate representation of color #8D6355: hue angle of 15º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6355 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 99 85 -
CMYK 0 0.30 0.40 0.45
HSL 15º 0.25% 0.44% -
HSV(B) 15º 0.4% 0.55% -
XYZ 17.09 15.24 10.64 -
YUV 109.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 141 99 85 0 0.30 0.40 0.45 15 0.25 0.44
Hex 8D 63 55 0 1E 28 2D F 19 2C
Octal 215 143 125 0 36 50 55 17 31 54
Binary 10001101 1100011 1010101 0 11110 101000 101101 1111 11001 101100

Color Harmonies of #8D6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6355

Black with #8D6355

Text Example


Text Example

White with #8D6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6355; }

 p { color: rgb(141,99,85); }

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

background-color css

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

 a { background-color: rgb(141,99,85); }

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

border-color css

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

 span { border-color: rgb(141,99,85); }

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