#664549

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

Shades of Tosca #664549

Tints of Tosca #664549

Color information

#664549 (or 0x664549) is unknown color: approx Tosca. HEX triplet: 66, 45 and 49. RGB value is (102,69,73). Sum of RGB (Red+Green+Blue) = 102+69+73=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #664549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664549 is #99BAB6. Grayscale: #4F4F4F. Windows color (decimal): -10074807 or 4801894. OLE color: 4801894.

HSL color Cylindrical-coordinate representation of color #664549: hue angle of 352.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664549 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1026973-
CMYK00.320.280.6
HSL352.73º19.3%33.53%-
HSV(B)352.73º32.35%40%-
XYZ8.817.567.3-
YUV79.32124.43144.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=41.80%
G=28.28%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102697300.320.280.6352.7319.333.53
Hex6645490201C3C1611322
Octal14610511104034745412342
Binary11001101000101100100101000001110011110010110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664549; }

 p { color: rgb(102,69,73); }

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

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

 a { background-color: rgb(102,69,73); }

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

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

 span { border-color: rgb(102,69,73); }

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