#684449

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

Shades of Tosca #684449

Tints of Tosca #684449

Color information

#684449 (or 0x684449) is unknown color: approx Tosca. HEX triplet: 68, 44 and 49. RGB value is (104,68,73). Sum of RGB (Red+Green+Blue) = 104+68+73=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684449 is #97BBB6. Grayscale: #4F4F4F. Windows color (decimal): -9943991 or 4801640. OLE color: 4801640.

HSL color Cylindrical-coordinate representation of color #684449: hue angle of 351.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #684449 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1046873-
CMYK00.350.300.59
HSL351.67º20.93%33.73%-
HSV(B)351.67º34.62%40.78%-
XYZ8.987.567.29-
YUV79.33124.43145.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=42.45%
G=27.76%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104687300.350.300.59351.6720.9333.73
Hex6844490231E3B1601522
Octal15010411104336735402542
Binary11010001000100100100101000111111011101110110000010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684449; }

 p { color: rgb(104,68,73); }

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

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

 a { background-color: rgb(104,68,73); }

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

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

 span { border-color: rgb(104,68,73); }

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