#6D3F44

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

Shades of Tosca #6D3F44

Tints of Tosca #6D3F44

Color information

#6D3F44 (or 0x6D3F44) is unknown color: approx Tosca. HEX triplet: 6D, 3F and 44. RGB value is (109,63,68). Sum of RGB (Red+Green+Blue) = 109+63+68=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F44 is #92C0BB. Grayscale: #4D4D4D. Windows color (decimal): -9617596 or 4472685. OLE color: 4472685.

HSL color Cylindrical-coordinate representation of color #6D3F44: hue angle of 353.48º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D3F44 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1096368-
CMYK00.420.380.57
HSL353.48º26.74%33.73%-
HSV(B)353.48º42.2%42.75%-
XYZ9.137.226.38-
YUV77.32122.74150.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=45.42%
G=26.25%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109636800.420.380.57353.4826.7433.73
Hex6D3F4402A26391611b22
Octal1557710405246715413342
Binary11011011111111000100010101010011011100110110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,68); }

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

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

 a { background-color: rgb(109,63,68); }

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

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

 span { border-color: rgb(109,63,68); }

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