Html Css Color HEX #84614D Spicy Mix

📋 copy color: '#84614D'

red 132 ◦ green 97 ◦ blue 77

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

Shades of Spicy Mix #84614D

Tints of Spicy Mix #84614D

RGB

 RED value IS 132 (51.95% from 255) = 43.14%

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 43.14%
G = 31.7%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84614D (or 0x84614D) is known color: Spicy Mix. HEX triplet: 84, 61 and 4D. RGB value is (132,97,77). Sum of RGB (Red+Green+Blue) = 132+97+77=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84614D is #7B9EB2. Grayscale: #696969. Windows color (decimal): -8101555 or 5071236. OLE color: 5071236.

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

Color convert

RGB 132 97 77 -
CMYK 0 0.27 0.42 0.48
HSL 21.82º 0.26% 0.41% -
HSV(B) 21.82º 0.42% 0.52% -
XYZ 15.13 13.99 8.92 -
YUV 105.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 132 97 77 0 0.27 0.42 0.48 21.82 0.26 0.41
Hex 84 61 4D 0 1B 2A 30 16 1A 29
Octal 204 141 115 0 33 52 60 26 32 51
Binary 10000100 1100001 1001101 0 11011 101010 110000 10110 11010 101001

Color Harmonies of #84614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84614D

Black with #84614D

Text Example


Text Example

White with #84614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84614D; }

 p { color: rgb(132,97,77); }

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

background-color css

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

 a { background-color: rgb(132,97,77); }

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

border-color css

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

 span { border-color: rgb(132,97,77); }

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