#6F4049

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

Shades of Tosca #6F4049

Tints of Tosca #6F4049

Color information

#6F4049 (or 0x6F4049) is unknown color: approx Tosca. HEX triplet: 6F, 40 and 49. RGB value is (111,64,73). Sum of RGB (Red+Green+Blue) = 111+64+73=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4049 is #90BFB6. Grayscale: #4F4F4F. Windows color (decimal): -9486263 or 4800623. OLE color: 4800623.

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

Color convert

RGB1116473-
CMYK00.420.340.56
HSL348.51º26.86%34.31%-
HSV(B)348.51º42.34%43.53%-
XYZ9.597.537.25-
YUV79.08124.57150.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=44.76%
G=25.81%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111647300.420.340.56348.5126.8634.31
Hex6F404902A223815d1b22
Octal15710011105242705353342
Binary110111110000001001001010101010001011100010101110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,73); }

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

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

 a { background-color: rgb(111,64,73); }

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

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

 span { border-color: rgb(111,64,73); }

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