#683E44

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

Shades of Tosca #683E44

Tints of Tosca #683E44

Color information

#683E44 (or 0x683E44) is unknown color: approx Tosca. HEX triplet: 68, 3E and 44. RGB value is (104,62,68). Sum of RGB (Red+Green+Blue) = 104+62+68=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #683E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E44 is #97C1BB. Grayscale: #4B4B4B. Windows color (decimal): -9945532 or 4472424. OLE color: 4472424.

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

Color convert

RGB1046268-
CMYK00.400.350.59
HSL351.43º25.3%32.55%-
HSV(B)351.43º40.38%40.78%-
XYZ8.476.816.34-
YUV75.24123.91148.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=44.44%
G=26.50%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104626800.400.350.59351.4325.332.55
Hex683E44028233B15f1921
Octal1507610405043735373141
Binary11010001111101000100010100010001111101110101111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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