#683C3E

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

Shades of Tosca #683C3E

Tints of Tosca #683C3E

Color information

#683C3E (or 0x683C3E) is unknown color: approx Tosca. HEX triplet: 68, 3C and 3E. RGB value is (104,60,62). Sum of RGB (Red+Green+Blue) = 104+60+62=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C3E is #97C3C1. Grayscale: #494949. Windows color (decimal): -9946050 or 4078696. OLE color: 4078696.

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

Color convert

RGB1046062-
CMYK00.420.400.59
HSL357.27º26.83%32.16%-
HSV(B)357.27º42.31%40.78%-
XYZ8.196.525.38-
YUV73.38121.58149.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=46.02%
G=26.55%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104606200.420.400.59357.2726.8332.16
Hex683C3E02A283B1651b20
Octal150747605250735453340
Binary1101000111100111110010101010100011101110110010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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