#6C4046

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

Shades of Tosca #6C4046

Tints of Tosca #6C4046

Color information

#6C4046 (or 0x6C4046) is unknown color: approx Tosca. HEX triplet: 6C, 40 and 46. RGB value is (108,64,70). Sum of RGB (Red+Green+Blue) = 108+64+70=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4046 is #93BFB9. Grayscale: #4D4D4D. Windows color (decimal): -9682874 or 4604012. OLE color: 4604012.

HSL color Cylindrical-coordinate representation of color #6C4046: hue angle of 351.82º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C4046 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1086470-
CMYK00.410.350.58
HSL351.82º25.58%33.73%-
HSV(B)351.82º40.74%42.35%-
XYZ9.127.36.72-
YUV77.84123.58149.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=44.63%
G=26.45%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108647000.410.350.58351.8225.5833.73
Hex6C4046029233A1601a22
Octal15410010605143725403242
Binary110110010000001000110010100110001111101010110000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C4046; }

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

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

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

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

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

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

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

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