#6F4246

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

Shades of Tosca #6F4246

Tints of Tosca #6F4246

Color information

#6F4246 (or 0x6F4246) is unknown color: approx Tosca. HEX triplet: 6F, 42 and 46. RGB value is (111,66,70). Sum of RGB (Red+Green+Blue) = 111+66+70=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4246 is #90BDB9. Grayscale: #4F4F4F. Windows color (decimal): -9485754 or 4604527. OLE color: 4604527.

HSL color Cylindrical-coordinate representation of color #6F4246: hue angle of 354.67º degrees, saturation: 0.25, 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 #6F4246 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1116670-
CMYK00.410.370.56
HSL354.67º25.42%34.71%-
HSV(B)354.67º40.54%43.53%-
XYZ9.617.726.78-
YUV79.91122.41150.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=44.94%
G=26.72%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111667000.410.370.56354.6725.4234.71
Hex6F424602925381631923
Octal15710210605145705433143
Binary110111110000101000110010100110010111100010110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,70); }

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

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

 a { background-color: rgb(111,66,70); }

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

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

 span { border-color: rgb(111,66,70); }

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