#6E3D45

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

Shades of Tosca #6E3D45

Tints of Tosca #6E3D45

Color information

#6E3D45 (or 0x6E3D45) is unknown color: approx Tosca. HEX triplet: 6E, 3D and 45. RGB value is (110,61,69). Sum of RGB (Red+Green+Blue) = 110+61+69=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D45 is #91C2BA. Grayscale: #4C4C4C. Windows color (decimal): -9552571 or 4537710. OLE color: 4537710.

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

Color convert

RGB1106169-
CMYK00.450.370.57
HSL350.2º28.65%33.53%-
HSV(B)350.2º44.55%43.14%-
XYZ9.177.086.51-
YUV76.56123.73151.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=45.83%
G=25.42%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110616900.450.370.57350.228.6533.53
Hex6E3D4502D253915e1d22
Octal1567510505545715363542
Binary11011101111011000101010110110010111100110101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,61,69); }

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

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

 a { background-color: rgb(110,61,69); }

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

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

 span { border-color: rgb(110,61,69); }

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