#84614F

Color #84614F Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #84614F

Tints of Spicy Mix #84614F

Color information

#84614F (or 0x84614F) is unknown color: approx 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

RGB1329779-
CMYK00.270.400.48
HSL20.38º25.12%41.37%-
HSV(B)20.38º40.15%51.76%-
XYZ15.214.029.3-
YUV105.41113.1146.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132977900.270.400.4820.3825.1241.37
Hex84614F01B2830141929
Octal2041411170335060243151
Binary10000100110000110011110110111010001100001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>