#684046

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

Shades of Tosca #684046

Tints of Tosca #684046

Color information

#684046 (or 0x684046) is unknown color: approx Tosca. HEX triplet: 68, 40 and 46. RGB value is (104,64,70). Sum of RGB (Red+Green+Blue) = 104+64+70=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684046 is #97BFB9. Grayscale: #4C4C4C. Windows color (decimal): -9945018 or 4604008. OLE color: 4604008.

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

Color convert

RGB1046470-
CMYK00.380.330.59
HSL351º23.81%32.94%-
HSV(B)351º38.46%40.78%-
XYZ8.657.056.7-
YUV76.64124.25147.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=43.70%
G=26.89%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104647000.380.330.5935123.8132.94
Hex684046026213B15f1821
Octal15010010604641735373041
Binary110100010000001000110010011010000111101110101111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684046; }

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

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

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

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

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

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

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

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