#644344

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

Shades of Tosca #644344

Tints of Tosca #644344

Color information

#644344 (or 0x644344) is unknown color: approx Tosca. HEX triplet: 64, 43 and 44. RGB value is (100,67,68). Sum of RGB (Red+Green+Blue) = 100+67+68=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #644344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644344 is #9BBCBB. Grayscale: #4D4D4D. Windows color (decimal): -10206396 or 4473700. OLE color: 4473700.

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

Color convert

RGB1006768-
CMYK00.330.320.61
HSL358.18º19.76%32.75%-
HSV(B)358.18º33%39.22%-
XYZ8.317.146.41-
YUV76.98122.93144.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=42.55%
G=28.51%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100676800.330.320.61358.1819.7632.75
Hex644344021203D1661421
Octal14410310404140755462441
Binary110010010000111000100010000110000011110110110011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644344; }

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

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

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

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

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

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

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

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