#664446

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

Shades of Tosca #664446

Tints of Tosca #664446

Color information

#664446 (or 0x664446) is unknown color: approx Tosca. HEX triplet: 66, 44 and 46. RGB value is (102,68,70). Sum of RGB (Red+Green+Blue) = 102+68+70=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664446 is #99BBB9. Grayscale: #4E4E4E. Windows color (decimal): -10075066 or 4605030. OLE color: 4605030.

HSL color Cylindrical-coordinate representation of color #664446: hue angle of 356.47º 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 #664446 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1026870-
CMYK00.330.310.6
HSL356.47º20%33.33%-
HSV(B)356.47º33.33%40%-
XYZ8.657.46.77-
YUV78.39123.26144.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=42.5%
G=28.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687000.330.310.6356.472033.33
Hex6644460211F3C1641421
Octal14610410604137745442441
Binary11001101000100100011001000011111111110010110010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664446; }

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

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

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

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

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

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

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

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