#664547

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

Shades of Tosca #664547

Tints of Tosca #664547

Color information

#664547 (or 0x664547) is unknown color: approx Tosca. HEX triplet: 66, 45 and 47. RGB value is (102,69,71). Sum of RGB (Red+Green+Blue) = 102+69+71=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #664547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664547 is #99BAB8. Grayscale: #4F4F4F. Windows color (decimal): -10074809 or 4670822. OLE color: 4670822.

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

Color convert

RGB1026971-
CMYK00.320.300.6
HSL356.36º19.3%33.53%-
HSV(B)356.36º32.35%40%-
XYZ8.747.546.95-
YUV79.1123.43144.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=42.15%
G=28.51%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102697100.320.300.6356.3619.333.53
Hex6645470201E3C1641322
Octal14610510704036745442342
Binary11001101000101100011101000001111011110010110010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664547; }

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

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

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

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

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

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

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

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