#6D494E

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

Shades of Tosca #6D494E

Tints of Tosca #6D494E

Color information

#6D494E (or 0x6D494E) is unknown color: approx Tosca. HEX triplet: 6D, 49 and 4E. RGB value is (109,73,78). Sum of RGB (Red+Green+Blue) = 109+73+78=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D494E is #92B6B1. Grayscale: #545454. Windows color (decimal): -9615026 or 5130605. OLE color: 5130605.

HSL color Cylindrical-coordinate representation of color #6D494E: hue angle of 351.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D494E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1097378-
CMYK00.330.280.57
HSL351.67º19.78%35.69%-
HSV(B)351.67º33.03%42.75%-
XYZ10.068.578.33-
YUV84.33124.43145.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.92%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 78 (30.86% from 255) = 30%
R=41.92%
G=28.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109737800.330.280.57351.6719.7835.69
Hex6D494E0211C391601424
Octal15511111604134715402444
Binary11011011001001100111001000011110011100110110000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,78); }

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

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

 a { background-color: rgb(109,73,78); }

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

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

 span { border-color: rgb(109,73,78); }

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