#6C494A

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

Shades of Tosca #6C494A

Tints of Tosca #6C494A

Color information

#6C494A (or 0x6C494A) is unknown color: approx Tosca. HEX triplet: 6C, 49 and 4A. RGB value is (108,73,74). Sum of RGB (Red+Green+Blue) = 108+73+74=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C494A is #93B6B5. Grayscale: #535353. Windows color (decimal): -9680566 or 4868460. OLE color: 4868460.

HSL color Cylindrical-coordinate representation of color #6C494A: hue angle of 358.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C494A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1087374-
CMYK00.320.310.58
HSL358.29º19.34%35.49%-
HSV(B)358.29º32.41%42.35%-
XYZ9.88.457.59-
YUV83.58122.6145.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=42.35%
G=28.63%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108737400.320.310.58358.2919.3435.49
Hex6C494A0201F3A1661323
Octal15411111204037725462343
Binary11011001001001100101001000001111111101010110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,73,74); }

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

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

 a { background-color: rgb(108,73,74); }

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

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

 span { border-color: rgb(108,73,74); }

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