#684748

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

Shades of Tosca #684748

Tints of Tosca #684748

Color information

#684748 (or 0x684748) is unknown color: approx Tosca. HEX triplet: 68, 47 and 48. RGB value is (104,71,72). Sum of RGB (Red+Green+Blue) = 104+71+72=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #684748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684748 is #97B8B7. Grayscale: #515151. Windows color (decimal): -9943224 or 4736872. OLE color: 4736872.

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

Color convert

RGB1047172-
CMYK00.320.310.59
HSL358.18º18.86%34.31%-
HSV(B)358.18º31.73%40.78%-
XYZ9.137.927.18-
YUV80.98122.93144.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=42.11%
G=28.74%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104717200.320.310.59358.1818.8634.31
Hex6847480201F3B1661322
Octal15010711004037735462342
Binary11010001000111100100001000001111111101110110011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684748; }

 p { color: rgb(104,71,72); }

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

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

 a { background-color: rgb(104,71,72); }

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

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

 span { border-color: rgb(104,71,72); }

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