#6F4244

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

Shades of Tosca #6F4244

Tints of Tosca #6F4244

Color information

#6F4244 (or 0x6F4244) is unknown color: approx Tosca. HEX triplet: 6F, 42 and 44. RGB value is (111,66,68). Sum of RGB (Red+Green+Blue) = 111+66+68=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4244 is #90BDBB. Grayscale: #4F4F4F. Windows color (decimal): -9485756 or 4473455. OLE color: 4473455.

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

Color convert

RGB1116668-
CMYK00.410.390.56
HSL357.33º25.42%34.71%-
HSV(B)357.33º40.54%43.53%-
XYZ9.557.696.45-
YUV79.68121.41150.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=45.31%
G=26.94%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111666800.410.390.56357.3325.4234.71
Hex6F424402927381651923
Octal15710210405147705453143
Binary110111110000101000100010100110011111100010110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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