#664B40

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

Shades of Spice #664B40

Tints of Spice #664B40

Color information

#664B40 (or 0x664B40) is unknown color: approx Spice. HEX triplet: 66, 4B and 40. RGB value is (102,75,64). Sum of RGB (Red+Green+Blue) = 102+75+64=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B40 is #99B4BF. Grayscale: #515151. Windows color (decimal): -10073280 or 4213606. OLE color: 4213606.

HSL color Cylindrical-coordinate representation of color #664B40: hue angle of 17.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664B40 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1027564-
CMYK00.260.370.6
HSL17.37º22.89%32.55%-
HSV(B)17.37º37.25%40%-
XYZ8.928.235.97-
YUV81.82117.95142.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=42.32%
G=31.12%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102756400.260.370.617.3722.8932.55
Hex664B4001A253C111721
Octal1461131000324574212741
Binary1100110100101110000000110101001011111001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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