#664E44

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

Shades of Spice #664E44

Tints of Spice #664E44

Color information

#664E44 (or 0x664E44) is unknown color: approx Spice. HEX triplet: 66, 4E and 44. RGB value is (102,78,68). Sum of RGB (Red+Green+Blue) = 102+78+68=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E44 is #99B1BB. Grayscale: #545454. Windows color (decimal): -10072508 or 4476518. OLE color: 4476518.

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

Color convert

RGB1027868-
CMYK00.240.330.6
HSL17.65º20%33.33%-
HSV(B)17.65º33.33%40%-
XYZ9.258.696.66-
YUV84.04118.95140.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=41.13%
G=31.45%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102786800.240.330.617.652033.33
Hex664E44018213C121421
Octal1461161040304174222441
Binary1100110100111010001000110001000011111001001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,68); }

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

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

 a { background-color: rgb(102,78,68); }

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

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

 span { border-color: rgb(102,78,68); }

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