#6E3E40

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

Shades of Tosca #6E3E40

Tints of Tosca #6E3E40

Color information

#6E3E40 (or 0x6E3E40) is unknown color: approx Tosca. HEX triplet: 6E, 3E and 40. RGB value is (110,62,64). Sum of RGB (Red+Green+Blue) = 110+62+64=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E40 is #91C1BF. Grayscale: #4C4C4C. Windows color (decimal): -9552320 or 4210286. OLE color: 4210286.

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

Color convert

RGB1106264-
CMYK00.440.420.57
HSL357.5º27.91%33.73%-
HSV(B)357.5º43.64%43.14%-
XYZ9.087.135.75-
YUV76.58120.9151.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.61%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=46.61%
G=26.27%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110626400.440.420.57357.527.9133.73
Hex6E3E4002C2A391661c22
Octal1567610005452715463442
Binary11011101111101000000010110010101011100110110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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