#644245

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

Shades of Tosca #644245

Tints of Tosca #644245

Color information

#644245 (or 0x644245) is unknown color: approx Tosca. HEX triplet: 64, 42 and 45. RGB value is (100,66,69). Sum of RGB (Red+Green+Blue) = 100+66+69=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #644245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644245 is #9BBDBA. Grayscale: #4C4C4C. Windows color (decimal): -10206651 or 4538980. OLE color: 4538980.

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

Color convert

RGB1006669-
CMYK00.340.310.61
HSL354.71º20.48%32.55%-
HSV(B)354.71º34%39.22%-
XYZ8.287.046.55-
YUV76.51123.76144.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=42.55%
G=28.09%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100666900.340.310.61354.7120.4832.55
Hex6442450221F3D1631421
Octal14410210504237755432441
Binary11001001000010100010101000101111111110110110001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644245; }

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

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

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

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

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

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

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

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