#6F3E47

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

Shades of Tosca #6F3E47

Tints of Tosca #6F3E47

Color information

#6F3E47 (or 0x6F3E47) is unknown color: approx Tosca. HEX triplet: 6F, 3E and 47. RGB value is (111,62,71). Sum of RGB (Red+Green+Blue) = 111+62+71=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E47 is #90C1B8. Grayscale: #4D4D4D. Windows color (decimal): -9486777 or 4669039. OLE color: 4669039.

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

Color convert

RGB1116271-
CMYK00.440.360.56
HSL348.98º28.32%33.92%-
HSV(B)348.98º44.14%43.53%-
XYZ9.427.286.87-
YUV77.68124.23151.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=45.49%
G=25.41%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111627100.440.360.56348.9828.3233.92
Hex6F3E4702C243815d1c22
Octal1577610705444705353442
Binary11011111111101000111010110010010011100010101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,71); }

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

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

 a { background-color: rgb(111,62,71); }

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

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

 span { border-color: rgb(111,62,71); }

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