#683C42

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

Shades of Tosca #683C42

Tints of Tosca #683C42

Color information

#683C42 (or 0x683C42) is unknown color: approx Tosca. HEX triplet: 68, 3C and 42. RGB value is (104,60,66). Sum of RGB (Red+Green+Blue) = 104+60+66=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C42 is #97C3BD. Grayscale: #494949. Windows color (decimal): -9946046 or 4340840. OLE color: 4340840.

HSL color Cylindrical-coordinate representation of color #683C42: hue angle of 351.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #683C42 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1046066-
CMYK00.420.370.59
HSL351.82º26.83%32.16%-
HSV(B)351.82º42.31%40.78%-
XYZ8.316.575.98-
YUV73.84123.58149.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=45.22%
G=26.09%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104606600.420.370.59351.8226.8332.16
Hex683C4202A253B1601b20
Octal1507410205245735403340
Binary11010001111001000010010101010010111101110110000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683C42; }

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

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

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

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

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

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

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

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