#664F43

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

Shades of Spice #664F43

Tints of Spice #664F43

Color information

#664F43 (or 0x664F43) is unknown color: approx Spice. HEX triplet: 66, 4F and 43. RGB value is (102,79,67). Sum of RGB (Red+Green+Blue) = 102+79+67=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F43 is #99B0BC. Grayscale: #545454. Windows color (decimal): -10072253 or 4411238. OLE color: 4411238.

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

Color convert

RGB1027967-
CMYK00.230.340.6
HSL20.57º20.71%33.14%-
HSV(B)20.57º34.31%40%-
XYZ9.298.826.52-
YUV84.51118.12140.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=41.13%
G=31.85%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102796700.230.340.620.5720.7133.14
Hex664F43017223C151521
Octal1461171030274274252541
Binary1100110100111110000110101111000101111001010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,67); }

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

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

 a { background-color: rgb(102,79,67); }

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

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

 span { border-color: rgb(102,79,67); }

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