#84634F

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

Shades of Spicy Mix #84634F

Tints of Spicy Mix #84634F

Color information

#84634F (or 0x84634F) is unknown color: approx Spicy Mix. HEX triplet: 84, 63 and 4F. RGB value is (132,99,79). Sum of RGB (Red+Green+Blue) = 132+99+79=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84634F is #7B9CB0. Grayscale: #6A6A6A. Windows color (decimal): -8101041 or 5202820. OLE color: 5202820.

HSL color Cylindrical-coordinate representation of color #84634F: hue angle of 22.64º 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 #84634F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1329979-
CMYK00.250.400.48
HSL22.64º25.12%41.37%-
HSV(B)22.64º40.15%51.76%-
XYZ15.3914.399.36-
YUV106.59112.43146.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=42.58%
G=31.94%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132997900.250.400.4822.6425.1241.37
Hex84634F0192830171929
Octal2041431170315060273151
Binary10000100110001110011110110011010001100001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84634F;
 }
 .AnyTagClassName
 {
   color: #84634F;
 }
</style>
background-color css

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

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

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

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

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

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