#644748

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

Shades of Tosca #644748

Tints of Tosca #644748

Color information

#644748 (or 0x644748) is unknown color: approx Tosca. HEX triplet: 64, 47 and 48. RGB value is (100,71,72). Sum of RGB (Red+Green+Blue) = 100+71+72=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #644748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644748 is #9BB8B7. Grayscale: #4F4F4F. Windows color (decimal): -10205368 or 4736868. OLE color: 4736868.

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

Color convert

RGB1007172-
CMYK00.290.280.61
HSL357.93º16.96%33.53%-
HSV(B)357.93º29%39.22%-
XYZ8.687.687.16-
YUV79.78123.61142.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=41.15%
G=29.22%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100717200.290.280.61357.9316.9633.53
Hex64474801D1C3D1661122
Octal14410711003534755462142
Binary1100100100011110010000111011110011110110110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644748; }

 p { color: rgb(100,71,72); }

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

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

 a { background-color: rgb(100,71,72); }

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

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

 span { border-color: rgb(100,71,72); }

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