#66463C

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

Shades of Spice #66463C

Tints of Spice #66463C

Color information

#66463C (or 0x66463C) is unknown color: approx Spice. HEX triplet: 66, 46 and 3C. RGB value is (102,70,60). Sum of RGB (Red+Green+Blue) = 102+70+60=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66463C is #99B9C3. Grayscale: #4E4E4E. Windows color (decimal): -10074564 or 3950182. OLE color: 3950182.

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

Color convert

RGB1027060-
CMYK00.310.410.6
HSL14.29º25.93%31.76%-
HSV(B)14.29º41.18%40%-
XYZ8.497.535.28-
YUV78.43117.6144.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=43.97%
G=30.17%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102706000.310.410.614.2925.9331.76
Hex66463C01F293Ce1a20
Octal146106740375174163240
Binary11001101000110111100011111101001111100111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66463C; }

 p { color: rgb(102,70,60); }

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

<style>
 a { background-color: #66463C; }

 a { background-color: rgb(102,70,60); }

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

<style>
 span { border-color: #66463C; }

 span { border-color: rgb(102,70,60); }

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