#664B3F

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

Shades of Spice #664B3F

Tints of Spice #664B3F

Color information

#664B3F (or 0x664B3F) is unknown color: approx Spice. HEX triplet: 66, 4B and 3F. RGB value is (102,75,63). Sum of RGB (Red+Green+Blue) = 102+75+63=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B3F is #99B4C0. Grayscale: #515151. Windows color (decimal): -10073281 or 4148070. OLE color: 4148070.

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

Color convert

RGB1027563-
CMYK00.260.380.6
HSL18.46º23.64%32.35%-
HSV(B)18.46º38.24%40%-
XYZ8.898.225.82-
YUV81.7117.45142.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 63 (25% from 255) = 26.25%
R=42.5%
G=31.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102756300.260.380.618.4623.6432.35
Hex664B3F01A263C121820
Octal146113770324674223040
Binary110011010010111111110110101001101111001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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