#683E42

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

Shades of Tosca #683E42

Tints of Tosca #683E42

Color information

#683E42 (or 0x683E42) is unknown color: approx Tosca. HEX triplet: 68, 3E and 42. RGB value is (104,62,66). Sum of RGB (Red+Green+Blue) = 104+62+66=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #683E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E42 is #97C1BD. Grayscale: #4B4B4B. Windows color (decimal): -9945534 or 4341352. OLE color: 4341352.

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

Color convert

RGB1046266-
CMYK00.400.370.59
HSL354.29º25.3%32.55%-
HSV(B)354.29º40.38%40.78%-
XYZ8.416.786.02-
YUV75.01122.91148.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=44.83%
G=26.72%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104626600.400.370.59354.2925.332.55
Hex683E42028253B1621921
Octal1507610205045735423141
Binary11010001111101000010010100010010111101110110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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