#684044

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

Shades of Tosca #684044

Tints of Tosca #684044

Color information

#684044 (or 0x684044) is unknown color: approx Tosca. HEX triplet: 68, 40 and 44. RGB value is (104,64,68). Sum of RGB (Red+Green+Blue) = 104+64+68=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #684044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684044 is #97BFBB. Grayscale: #4C4C4C. Windows color (decimal): -9945020 or 4472936. OLE color: 4472936.

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

Color convert

RGB1046468-
CMYK00.380.350.59
HSL354º23.81%32.94%-
HSV(B)354º38.46%40.78%-
XYZ8.597.036.37-
YUV76.42123.25147.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=44.07%
G=27.12%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104646800.380.350.5935423.8132.94
Hex684044026233B1621821
Octal15010010404643735423041
Binary110100010000001000100010011010001111101110110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684044; }

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

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

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

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

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

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

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

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