#6E4346

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

Shades of Tosca #6E4346

Tints of Tosca #6E4346

Color information

#6E4346 (or 0x6E4346) is unknown color: approx Tosca. HEX triplet: 6E, 43 and 46. RGB value is (110,67,70). Sum of RGB (Red+Green+Blue) = 110+67+70=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4346 is #91BCB9. Grayscale: #505050. Windows color (decimal): -9551034 or 4604782. OLE color: 4604782.

HSL color Cylindrical-coordinate representation of color #6E4346: hue angle of 355.81º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4346 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1106770-
CMYK00.390.360.57
HSL355.81º24.29%34.71%-
HSV(B)355.81º39.09%43.14%-
XYZ9.547.776.79-
YUV80.2122.25149.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=44.53%
G=27.13%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110677000.390.360.57355.8124.2934.71
Hex6E434602724391641823
Octal15610310604744715443043
Binary110111010000111000110010011110010011100110110010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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