#644446

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

Shades of Tosca #644446

Tints of Tosca #644446

Color information

#644446 (or 0x644446) is unknown color: approx Tosca. HEX triplet: 64, 44 and 46. RGB value is (100,68,70). Sum of RGB (Red+Green+Blue) = 100+68+70=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644446 is #9BBBB9. Grayscale: #4D4D4D. Windows color (decimal): -10206138 or 4605028. OLE color: 4605028.

HSL color Cylindrical-coordinate representation of color #644446: hue angle of 356.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644446 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1006870-
CMYK00.320.300.61
HSL356.25º19.05%32.94%-
HSV(B)356.25º32%39.22%-
XYZ8.437.296.76-
YUV77.8123.6143.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=42.02%
G=28.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100687000.320.300.61356.2519.0532.94
Hex6444460201E3D1641321
Octal14410410604036755442341
Binary11001001000100100011001000001111011110110110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644446; }

 p { color: rgb(100,68,70); }

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

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

 a { background-color: rgb(100,68,70); }

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

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

 span { border-color: rgb(100,68,70); }

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