#664A3F

Color #664A3F Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #664A3F

Tints of Spice #664A3F

Color information

#664A3F (or 0x664A3F) is unknown color: approx Spice. HEX triplet: 66, 4A and 3F. RGB value is (102,74,63). Sum of RGB (Red+Green+Blue) = 102+74+63=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A3F is #99B5C0. Grayscale: #515151. Windows color (decimal): -10073537 or 4147814. OLE color: 4147814.

HSL color Cylindrical-coordinate representation of color #664A3F: hue angle of 16.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #664A3F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1027463-
CMYK00.270.380.6
HSL16.92º23.64%32.35%-
HSV(B)16.92º38.24%40%-
XYZ8.838.085.8-
YUV81.12117.78142.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 63 (25% from 255) = 26.36%
R=42.68%
G=30.96%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102746300.270.380.616.9223.6432.35
Hex664A3F01B263C111820
Octal146112770334674213040
Binary110011010010101111110110111001101111001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A3F; }

 p { color: rgb(102,74,63); }

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

<style>
 a { background-color: #664A3F; }

 a { background-color: rgb(102,74,63); }

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

<style>
 span { border-color: #664A3F; }

 span { border-color: rgb(102,74,63); }

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