#6E4345

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

Shades of Tosca #6E4345

Tints of Tosca #6E4345

Color information

#6E4345 (or 0x6E4345) is unknown color: approx Tosca. HEX triplet: 6E, 43 and 45. RGB value is (110,67,69). Sum of RGB (Red+Green+Blue) = 110+67+69=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4345 is #91BCBA. Grayscale: #505050. Windows color (decimal): -9551035 or 4539246. OLE color: 4539246.

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

Color convert

RGB1106769-
CMYK00.390.370.57
HSL357.21º24.29%34.71%-
HSV(B)357.21º39.09%43.14%-
XYZ9.517.766.63-
YUV80.08121.75149.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=44.72%
G=27.24%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110676900.390.370.57357.2124.2934.71
Hex6E434502725391651823
Octal15610310504745715453043
Binary110111010000111000101010011110010111100110110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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