#664344

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

Shades of Tosca #664344

Tints of Tosca #664344

Color information

#664344 (or 0x664344) is unknown color: approx Tosca. HEX triplet: 66, 43 and 44. RGB value is (102,67,68). Sum of RGB (Red+Green+Blue) = 102+67+68=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #664344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664344 is #99BCBB. Grayscale: #4D4D4D. Windows color (decimal): -10075324 or 4473702. OLE color: 4473702.

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

Color convert

RGB1026768-
CMYK00.340.330.6
HSL358.29º20.71%33.14%-
HSV(B)358.29º34.31%40%-
XYZ8.537.266.42-
YUV77.58122.6145.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=43.04%
G=28.27%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102676800.340.330.6358.2920.7133.14
Hex664344022213C1661521
Octal14610310404241745462541
Binary110011010000111000100010001010000111110010110011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664344; }

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

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

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

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

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

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

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

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