#6D484C

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

Shades of Tosca #6D484C

Tints of Tosca #6D484C

Color information

#6D484C (or 0x6D484C) is unknown color: approx Tosca. HEX triplet: 6D, 48 and 4C. RGB value is (109,72,76). Sum of RGB (Red+Green+Blue) = 109+72+76=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D484C is #92B7B3. Grayscale: #535353. Windows color (decimal): -9615284 or 4999277. OLE color: 4999277.

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

Color convert

RGB1097276-
CMYK00.340.300.57
HSL353.51º20.44%35.49%-
HSV(B)353.51º33.94%42.75%-
XYZ9.938.417.94-
YUV83.52123.76146.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=42.41%
G=28.02%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109727600.340.300.57353.5120.4435.49
Hex6D484C0221E391621423
Octal15511011404236715422443
Binary11011011001000100110001000101111011100110110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,76); }

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

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

 a { background-color: rgb(109,72,76); }

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

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

 span { border-color: rgb(109,72,76); }

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