#683E40

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

Shades of Tosca #683E40

Tints of Tosca #683E40

Color information

#683E40 (or 0x683E40) is unknown color: approx Tosca. HEX triplet: 68, 3E and 40. RGB value is (104,62,64). Sum of RGB (Red+Green+Blue) = 104+62+64=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E40 is #97C1BF. Grayscale: #4A4A4A. Windows color (decimal): -9945536 or 4210280. OLE color: 4210280.

HSL color Cylindrical-coordinate representation of color #683E40: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E40 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1046264-
CMYK00.400.380.59
HSL357.14º25.3%32.55%-
HSV(B)357.14º40.38%40.78%-
XYZ8.366.765.71-
YUV74.79121.91148.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=45.22%
G=26.96%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104626400.400.380.59357.1425.332.55
Hex683E40028263B1651921
Octal1507610005046735453141
Binary11010001111101000000010100010011011101110110010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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