#664C3F

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

Shades of Spice #664C3F

Tints of Spice #664C3F

Color information

#664C3F (or 0x664C3F) is unknown color: approx Spice. HEX triplet: 66, 4C and 3F. RGB value is (102,76,63). Sum of RGB (Red+Green+Blue) = 102+76+63=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C3F is #99B3C0. Grayscale: #525252. Windows color (decimal): -10073025 or 4148326. OLE color: 4148326.

HSL color Cylindrical-coordinate representation of color #664C3F: hue angle of 20º 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 #664C3F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1027663-
CMYK00.250.380.6
HSL20º23.64%32.35%-
HSV(B)20º38.24%40%-
XYZ8.968.355.84-
YUV82.29117.11142.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 63 (25% from 255) = 26.14%
R=42.32%
G=31.54%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102766300.250.380.62023.6432.35
Hex664C3F019263C141820
Octal146114770314674243040
Binary110011010011001111110110011001101111001010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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