#664B3D

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

Shades of Spice #664B3D

Tints of Spice #664B3D

Color information

#664B3D (or 0x664B3D) is unknown color: approx Spice. HEX triplet: 66, 4B and 3D. RGB value is (102,75,61). Sum of RGB (Red+Green+Blue) = 102+75+61=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B3D is #99B4C2. Grayscale: #515151. Windows color (decimal): -10073283 or 4016998. OLE color: 4016998.

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

Color convert

RGB1027561-
CMYK00.260.400.6
HSL20.49º25.15%31.96%-
HSV(B)20.49º40.2%40%-
XYZ8.848.195.53-
YUV81.48116.45142.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=42.86%
G=31.51%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102756100.260.400.620.4925.1531.96
Hex664B3D01A283C141920
Octal146113750325074243140
Binary110011010010111111010110101010001111001010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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