#6E3F40

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

Shades of Tosca #6E3F40

Tints of Tosca #6E3F40

Color information

#6E3F40 (or 0x6E3F40) is unknown color: approx Tosca. HEX triplet: 6E, 3F and 40. RGB value is (110,63,64). Sum of RGB (Red+Green+Blue) = 110+63+64=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F40 is #91C0BF. Grayscale: #4D4D4D. Windows color (decimal): -9552064 or 4210542. OLE color: 4210542.

HSL color Cylindrical-coordinate representation of color #6E3F40: hue angle of 358.72º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E3F40 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1106364-
CMYK00.430.420.57
HSL358.72º27.17%33.92%-
HSV(B)358.72º42.73%43.14%-
XYZ9.137.245.77-
YUV77.17120.57151.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=46.41%
G=26.58%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110636400.430.420.57358.7227.1733.92
Hex6E3F4002B2A391671b22
Octal1567710005352715473342
Binary11011101111111000000010101110101011100110110011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,64); }

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

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

 a { background-color: rgb(110,63,64); }

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

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

 span { border-color: rgb(110,63,64); }

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