#664244

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

Shades of Tosca #664244

Tints of Tosca #664244

Color information

#664244 (or 0x664244) is unknown color: approx Tosca. HEX triplet: 66, 42 and 44. RGB value is (102,66,68). Sum of RGB (Red+Green+Blue) = 102+66+68=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664244 is #99BDBB. Grayscale: #4D4D4D. Windows color (decimal): -10075580 or 4473446. OLE color: 4473446.

HSL color Cylindrical-coordinate representation of color #664244: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664244 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1026668-
CMYK00.350.330.6
HSL356.67º21.43%32.94%-
HSV(B)356.67º35.29%40%-
XYZ8.477.146.4-
YUV76.99122.93145.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=43.22%
G=27.97%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102666800.350.330.6356.6721.4332.94
Hex664244023213C1651521
Octal14610210404341745452541
Binary110011010000101000100010001110000111110010110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664244; }

 p { color: rgb(102,66,68); }

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

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

 a { background-color: rgb(102,66,68); }

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

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

 span { border-color: rgb(102,66,68); }

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