#684344

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

Shades of Tosca #684344

Tints of Tosca #684344

Color information

#684344 (or 0x684344) is unknown color: approx Tosca. HEX triplet: 68, 43 and 44. RGB value is (104,67,68). Sum of RGB (Red+Green+Blue) = 104+67+68=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684344 is #97BCBB. Grayscale: #4E4E4E. Windows color (decimal): -9944252 or 4473704. OLE color: 4473704.

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

Color convert

RGB1046768-
CMYK00.360.350.59
HSL358.38º21.64%33.53%-
HSV(B)358.38º35.58%40.78%-
XYZ8.767.376.43-
YUV78.18122.26146.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=43.51%
G=28.03%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104676800.360.350.59358.3821.6433.53
Hex684344024233B1661622
Octal15010310404443735462642
Binary110100010000111000100010010010001111101110110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684344; }

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

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

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

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

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

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

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

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