#644041

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

Shades of Tosca #644041

Tints of Tosca #644041

Color information

#644041 (or 0x644041) is unknown color: approx Tosca. HEX triplet: 64, 40 and 41. RGB value is (100,64,65). Sum of RGB (Red+Green+Blue) = 100+64+65=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #644041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644041 is #9BBFBE. Grayscale: #4A4A4A. Windows color (decimal): -10207167 or 4276324. OLE color: 4276324.

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

Color convert

RGB1006465-
CMYK00.360.350.61
HSL358.33º21.95%32.16%-
HSV(B)358.33º36%39.22%-
XYZ8.046.765.88-
YUV74.88122.43145.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=43.67%
G=27.95%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100646500.360.350.61358.3321.9532.16
Hex644041024233D1661620
Octal14410010104443755462640
Binary110010010000001000001010010010001111110110110011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644041; }

 p { color: rgb(100,64,65); }

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

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

 a { background-color: rgb(100,64,65); }

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

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

 span { border-color: rgb(100,64,65); }

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