#684345

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

Shades of Tosca #684345

Tints of Tosca #684345

Color information

#684345 (or 0x684345) is unknown color: approx Tosca. HEX triplet: 68, 43 and 45. RGB value is (104,67,69). Sum of RGB (Red+Green+Blue) = 104+67+69=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684345 is #97BCBA. Grayscale: #4E4E4E. Windows color (decimal): -9944251 or 4539240. OLE color: 4539240.

HSL color Cylindrical-coordinate representation of color #684345: hue angle of 356.76º 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 #684345 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1046769-
CMYK00.360.340.59
HSL356.76º21.64%33.53%-
HSV(B)356.76º35.58%40.78%-
XYZ8.797.396.59-
YUV78.29122.76146.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=43.33%
G=27.92%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104676900.360.340.59356.7621.6433.53
Hex684345024223B1651622
Octal15010310504442735452642
Binary110100010000111000101010010010001011101110110010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684345; }

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

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

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

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

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

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

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

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