#664548

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

Shades of Tosca #664548

Tints of Tosca #664548

Color information

#664548 (or 0x664548) is unknown color: approx Tosca. HEX triplet: 66, 45 and 48. RGB value is (102,69,72). Sum of RGB (Red+Green+Blue) = 102+69+72=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664548 is #99BAB7. Grayscale: #4F4F4F. Windows color (decimal): -10074808 or 4736358. OLE color: 4736358.

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

Color convert

RGB1026972-
CMYK00.320.290.6
HSL354.55º19.3%33.53%-
HSV(B)354.55º32.35%40%-
XYZ8.787.557.13-
YUV79.21123.93144.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=41.98%
G=28.40%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102697200.320.290.6354.5519.333.53
Hex6645480201D3C1631322
Octal14610511004035745432342
Binary11001101000101100100001000001110111110010110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664548; }

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

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

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

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

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

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

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

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