#684142

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

Shades of Tosca #684142

Tints of Tosca #684142

Color information

#684142 (or 0x684142) is unknown color: approx Tosca. HEX triplet: 68, 41 and 42. RGB value is (104,65,66). Sum of RGB (Red+Green+Blue) = 104+65+66=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #684142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684142 is #97BEBD. Grayscale: #4C4C4C. Windows color (decimal): -9944766 or 4342120. OLE color: 4342120.

HSL color Cylindrical-coordinate representation of color #684142: hue angle of 358.46º degrees, saturation: 0.23, 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 #684142 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1046566-
CMYK00.380.370.59
HSL358.46º23.08%33.14%-
HSV(B)358.46º37.5%40.78%-
XYZ8.587.126.08-
YUV76.78121.92147.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=44.26%
G=27.66%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104656600.380.370.59358.4623.0833.14
Hex684142026253B1661721
Octal15010110204645735462741
Binary110100010000011000010010011010010111101110110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684142; }

 p { color: rgb(104,65,66); }

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

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

 a { background-color: rgb(104,65,66); }

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

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

 span { border-color: rgb(104,65,66); }

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