#84634E

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

Shades of Spicy Mix #84634E

Tints of Spicy Mix #84634E

Color information

#84634E (or 0x84634E) is unknown color: approx Spicy Mix. HEX triplet: 84, 63 and 4E. RGB value is (132,99,78). Sum of RGB (Red+Green+Blue) = 132+99+78=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84634E is #7B9CB1. Grayscale: #6A6A6A. Windows color (decimal): -8101042 or 5137284. OLE color: 5137284.

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

Color convert

RGB1329978-
CMYK00.250.410.48
HSL23.33º25.71%41.18%-
HSV(B)23.33º40.91%51.76%-
XYZ15.3514.389.17-
YUV106.47111.93146.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=42.72%
G=32.04%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132997800.250.410.4823.3325.7141.18
Hex84634E0192930171a29
Octal2041431160315160273251
Binary10000100110001110011100110011010011100001011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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