#6E3E46

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

Shades of Tosca #6E3E46

Tints of Tosca #6E3E46

Color information

#6E3E46 (or 0x6E3E46) is unknown color: approx Tosca. HEX triplet: 6E, 3E and 46. RGB value is (110,62,70). Sum of RGB (Red+Green+Blue) = 110+62+70=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E46 is #91C1B9. Grayscale: #4D4D4D. Windows color (decimal): -9552314 or 4603502. OLE color: 4603502.

HSL color Cylindrical-coordinate representation of color #6E3E46: hue angle of 350º 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 #6E3E46 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1106270-
CMYK00.440.360.57
HSL350º27.91%33.73%-
HSV(B)350º43.64%43.14%-
XYZ9.267.26.7-
YUV77.26123.9151.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=45.45%
G=25.62%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110627000.440.360.5735027.9133.73
Hex6E3E4602C243915e1c22
Octal1567610605444715363442
Binary11011101111101000110010110010010011100110101111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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