Html Css Color HEX #8D634F Spicy Mix

📋 copy color: '#8D634F'

red 141 ◦ green 99 ◦ blue 79

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

Shades of Spicy Mix #8D634F

Tints of Spicy Mix #8D634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 44.2%
G = 31.03%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D634F (or 0x8D634F) is known color: Spicy Mix. HEX triplet: 8D, 63 and 4F. RGB value is (141,99,79). Sum of RGB (Red+Green+Blue) = 141+99+79=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D634F is #729CB0. Grayscale: #6D6D6D. Windows color (decimal): -7511217 or 5202829. OLE color: 5202829.

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

Color convert

RGB 141 99 79 -
CMYK 0 0.30 0.44 0.45
HSL 19.35º 0.28% 0.43% -
HSV(B) 19.35º 0.44% 0.55% -
XYZ 16.86 15.15 9.43 -
YUV 109.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 141 99 79 0 0.30 0.44 0.45 19.35 0.28 0.43
Hex 8D 63 4F 0 1E 2C 2D 13 1C 2B
Octal 215 143 117 0 36 54 55 23 34 53
Binary 10001101 1100011 1001111 0 11110 101100 101101 10011 11100 101011

Color Harmonies of #8D634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D634F

Black with #8D634F

Text Example


Text Example

White with #8D634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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