#6D484A

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

Shades of Tosca #6D484A

Tints of Tosca #6D484A

Color information

#6D484A (or 0x6D484A) is unknown color: approx Tosca. HEX triplet: 6D, 48 and 4A. RGB value is (109,72,74). Sum of RGB (Red+Green+Blue) = 109+72+74=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D484A is #92B7B5. Grayscale: #535353. Windows color (decimal): -9615286 or 4868205. OLE color: 4868205.

HSL color Cylindrical-coordinate representation of color #6D484A: hue angle of 356.76º 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 #6D484A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1097274-
CMYK00.340.320.57
HSL356.76º20.44%35.49%-
HSV(B)356.76º33.94%42.75%-
XYZ9.868.387.58-
YUV83.29122.76146.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=42.75%
G=28.24%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109727400.340.320.57356.7620.4435.49
Hex6D484A02220391651423
Octal15511011204240715452443
Binary110110110010001001010010001010000011100110110010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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