#664447

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

Shades of Tosca #664447

Tints of Tosca #664447

Color information

#664447 (or 0x664447) is unknown color: approx Tosca. HEX triplet: 66, 44 and 47. RGB value is (102,68,71). Sum of RGB (Red+Green+Blue) = 102+68+71=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664447 is #99BBB8. Grayscale: #4E4E4E. Windows color (decimal): -10075065 or 4670566. OLE color: 4670566.

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

Color convert

RGB1026871-
CMYK00.330.300.6
HSL354.71º20%33.33%-
HSV(B)354.71º33.33%40%-
XYZ8.687.416.93-
YUV78.51123.76144.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=42.32%
G=28.22%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687100.330.300.6354.712033.33
Hex6644470211E3C1631421
Octal14610410704136745432441
Binary11001101000100100011101000011111011110010110001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664447; }

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

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

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

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

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

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

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

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