#664445

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

Shades of Tosca #664445

Tints of Tosca #664445

Color information

#664445 (or 0x664445) is unknown color: approx Tosca. HEX triplet: 66, 44 and 45. RGB value is (102,68,69). Sum of RGB (Red+Green+Blue) = 102+68+69=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664445 is #99BBBA. Grayscale: #4E4E4E. Windows color (decimal): -10075067 or 4539494. OLE color: 4539494.

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

Color convert

RGB1026869-
CMYK00.330.320.6
HSL358.24º20%33.33%-
HSV(B)358.24º33.33%40%-
XYZ8.627.396.6-
YUV78.28122.76144.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=42.68%
G=28.45%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102686900.330.320.6358.242033.33
Hex664445021203C1661421
Octal14610410504140745462441
Binary110011010001001000101010000110000011110010110011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664445; }

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

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

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

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

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

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

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

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