#6F4149

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

Shades of Tosca #6F4149

Tints of Tosca #6F4149

Color information

#6F4149 (or 0x6F4149) is unknown color: approx Tosca. HEX triplet: 6F, 41 and 49. RGB value is (111,65,73). Sum of RGB (Red+Green+Blue) = 111+65+73=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4149 is #90BEB6. Grayscale: #4F4F4F. Windows color (decimal): -9486007 or 4800879. OLE color: 4800879.

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

Color convert

RGB1116573-
CMYK00.410.340.56
HSL349.57º26.14%34.51%-
HSV(B)349.57º41.44%43.53%-
XYZ9.657.647.27-
YUV79.67124.24150.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=44.58%
G=26.10%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111657300.410.340.56349.5726.1434.51
Hex6F4149029223815e1a23
Octal15710111105142705363243
Binary110111110000011001001010100110001011100010101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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