#6F3C44

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

Shades of Tosca #6F3C44

Tints of Tosca #6F3C44

Color information

#6F3C44 (or 0x6F3C44) is unknown color: approx Tosca. HEX triplet: 6F, 3C and 44. RGB value is (111,60,68). Sum of RGB (Red+Green+Blue) = 111+60+68=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C44 is #90C3BB. Grayscale: #4C4C4C. Windows color (decimal): -9487292 or 4471919. OLE color: 4471919.

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

Color convert

RGB1116068-
CMYK00.460.390.56
HSL350.59º29.82%33.53%-
HSV(B)350.59º45.95%43.53%-
XYZ9.217.036.34-
YUV76.16123.4152.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=46.44%
G=25.10%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111606800.460.390.56350.5929.8233.53
Hex6F3C4402E273815f1e22
Octal1577410405647705373642
Binary11011111111001000100010111010011111100010101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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