Html Css Color HEX #84614F Spicy Mix

📋 copy color: '#84614F'

red 132 ◦ green 97 ◦ blue 79

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

Shades of Spicy Mix #84614F

Tints of Spicy Mix #84614F

RGB

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

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

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

R = 42.86%
G = 31.49%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84614F (or 0x84614F) is known color: Spicy Mix. HEX triplet: 84, 61 and 4F. RGB value is (132,97,79). Sum of RGB (Red+Green+Blue) = 132+97+79=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84614F is #7B9EB0. Grayscale: #696969. Windows color (decimal): -8101553 or 5202308. OLE color: 5202308.

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

Color convert

RGB 132 97 79 -
CMYK 0 0.27 0.40 0.48
HSL 20.38º 0.25% 0.41% -
HSV(B) 20.38º 0.4% 0.52% -
XYZ 15.2 14.02 9.3 -
YUV 105.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 132 97 79 0 0.27 0.40 0.48 20.38 0.25 0.41
Hex 84 61 4F 0 1B 28 30 14 19 29
Octal 204 141 117 0 33 50 60 24 31 51
Binary 10000100 1100001 1001111 0 11011 101000 110000 10100 11001 101001

Color Harmonies of #84614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84614F

Black with #84614F

Text Example


Text Example

White with #84614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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