#684042

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

Shades of Tosca #684042

Tints of Tosca #684042

Color information

#684042 (or 0x684042) is unknown color: approx Tosca. HEX triplet: 68, 40 and 42. RGB value is (104,64,66). Sum of RGB (Red+Green+Blue) = 104+64+66=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684042 is #97BFBD. Grayscale: #4C4C4C. Windows color (decimal): -9945022 or 4341864. OLE color: 4341864.

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

Color convert

RGB1046466-
CMYK00.380.370.59
HSL357º23.81%32.94%-
HSV(B)357º38.46%40.78%-
XYZ8.5376.06-
YUV76.19122.25147.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=44.44%
G=27.35%
B=28.21%

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
Decimal104646600.380.370.5935723.8132.94
Hex684042026253B1651821
Octal15010010204645735453041
Binary110100010000001000010010011010010111101110110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684042; }

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

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

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

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

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

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

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

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