#683B3E

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

Shades of Tosca #683B3E

Tints of Tosca #683B3E

Color information

#683B3E (or 0x683B3E) is unknown color: approx Tosca. HEX triplet: 68, 3B and 3E. RGB value is (104,59,62). Sum of RGB (Red+Green+Blue) = 104+59+62=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B3E is #97C4C1. Grayscale: #484848. Windows color (decimal): -9946306 or 4078440. OLE color: 4078440.

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

Color convert

RGB1045962-
CMYK00.430.400.59
HSL356º27.61%31.96%-
HSV(B)356º43.27%40.78%-
XYZ8.146.425.37-
YUV72.8121.91150.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=46.22%
G=26.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104596200.430.400.5935627.6131.96
Hex683B3E02B283B1641c20
Octal150737605350735443440
Binary1101000111011111110010101110100011101110110010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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