#684348

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

Shades of Tosca #684348

Tints of Tosca #684348

Color information

#684348 (or 0x684348) is unknown color: approx Tosca. HEX triplet: 68, 43 and 48. RGB value is (104,67,72). Sum of RGB (Red+Green+Blue) = 104+67+72=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684348 is #97BCB7. Grayscale: #4E4E4E. Windows color (decimal): -9944248 or 4735848. OLE color: 4735848.

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

Color convert

RGB1046772-
CMYK00.360.310.59
HSL351.89º21.64%33.53%-
HSV(B)351.89º35.58%40.78%-
XYZ8.897.437.1-
YUV78.63124.26146.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=42.80%
G=27.57%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104677200.360.310.59351.8921.6433.53
Hex6843480241F3B1601622
Octal15010311004437735402642
Binary11010001000011100100001001001111111101110110000010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684348; }

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

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

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

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

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

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

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

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