#6B494B

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

Shades of Tosca #6B494B

Tints of Tosca #6B494B

Color information

#6B494B (or 0x6B494B) is unknown color: approx Tosca. HEX triplet: 6B, 49 and 4B. RGB value is (107,73,75). Sum of RGB (Red+Green+Blue) = 107+73+75=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B494B is #94B6B4. Grayscale: #535353. Windows color (decimal): -9746101 or 4933995. OLE color: 4933995.

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

Color convert

RGB1077375-
CMYK00.320.300.58
HSL356.47º18.89%35.29%-
HSV(B)356.47º31.78%41.96%-
XYZ9.728.47.77-
YUV83.39123.26144.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=41.96%
G=28.63%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107737500.320.300.58356.4718.8935.29
Hex6B494B0201E3A1641323
Octal15311111304036725442343
Binary11010111001001100101101000001111011101010110010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,75); }

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

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

 a { background-color: rgb(107,73,75); }

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

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

 span { border-color: rgb(107,73,75); }

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