#66483E

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

Shades of Spice #66483E

Tints of Spice #66483E

Color information

#66483E (or 0x66483E) is unknown color: approx Spice. HEX triplet: 66, 48 and 3E. RGB value is (102,72,62). Sum of RGB (Red+Green+Blue) = 102+72+62=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66483E is #99B7C1. Grayscale: #4F4F4F. Windows color (decimal): -10074050 or 4081766. OLE color: 4081766.

HSL color Cylindrical-coordinate representation of color #66483E: hue angle of 15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66483E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB1027262-
CMYK00.290.390.6
HSL15º24.39%32.16%-
HSV(B)15º39.22%40%-
XYZ8.677.815.61-
YUV79.83117.94143.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=43.22%
G=30.51%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102726200.290.390.61524.3932.16
Hex66483E01D273Cf1820
Octal146110760354774173040
Binary11001101001000111110011101100111111100111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66483E; }

 p { color: rgb(102,72,62); }

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

<style>
 a { background-color: #66483E; }

 a { background-color: rgb(102,72,62); }

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

<style>
 span { border-color: #66483E; }

 span { border-color: rgb(102,72,62); }

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