#644445

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

Shades of Tosca #644445

Tints of Tosca #644445

Color information

#644445 (or 0x644445) is unknown color: approx Tosca. HEX triplet: 64, 44 and 45. RGB value is (100,68,69). Sum of RGB (Red+Green+Blue) = 100+68+69=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 100 - color contains mainly: red. Hex color #644445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644445 is #9BBBBA. Grayscale: #4D4D4D. Windows color (decimal): -10206139 or 4539492. OLE color: 4539492.

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

Color convert

RGB1006869-
CMYK00.320.310.61
HSL358.12º19.05%32.94%-
HSV(B)358.12º32%39.22%-
XYZ8.47.276.59-
YUV77.68123.1143.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=42.19%
G=28.69%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100686900.320.310.61358.1219.0532.94
Hex6444450201F3D1661321
Octal14410410504037755462341
Binary11001001000100100010101000001111111110110110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644445; }

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

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

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

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

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

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

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

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