#6D4A4E

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

Shades of Tosca #6D4A4E

Tints of Tosca #6D4A4E

Color information

#6D4A4E (or 0x6D4A4E) is unknown color: approx Tosca. HEX triplet: 6D, 4A and 4E. RGB value is (109,74,78). Sum of RGB (Red+Green+Blue) = 109+74+78=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A4E is #92B5B1. Grayscale: #545454. Windows color (decimal): -9614770 or 5130861. OLE color: 5130861.

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

Color convert

RGB1097478-
CMYK00.320.280.57
HSL353.14º19.13%35.88%-
HSV(B)353.14º32.11%42.75%-
XYZ10.138.78.35-
YUV84.92124.1145.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=41.76%
G=28.35%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109747800.320.280.57353.1419.1335.88
Hex6D4A4E0201C391611324
Octal15511211604034715412344
Binary11011011001010100111001000001110011100110110000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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