#683C3D

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

Shades of Tosca #683C3D

Tints of Tosca #683C3D

Color information

#683C3D (or 0x683C3D) is unknown color: approx Tosca. HEX triplet: 68, 3C and 3D. RGB value is (104,60,61). Sum of RGB (Red+Green+Blue) = 104+60+61=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C3D is #97C3C2. Grayscale: #494949. Windows color (decimal): -9946051 or 4013160. OLE color: 4013160.

HSL color Cylindrical-coordinate representation of color #683C3D: hue angle of 358.64º 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 #683C3D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1046061-
CMYK00.420.410.59
HSL358.64º26.83%32.16%-
HSV(B)358.64º42.31%40.78%-
XYZ8.176.515.24-
YUV73.27121.08149.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=46.22%
G=26.67%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104606100.420.410.59358.6426.8332.16
Hex683C3D02A293B1671b20
Octal150747505251735473340
Binary1101000111100111101010101010100111101110110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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