#6E444C

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

Shades of Tosca #6E444C

Tints of Tosca #6E444C

Color information

#6E444C (or 0x6E444C) is unknown color: approx Tosca. HEX triplet: 6E, 44 and 4C. RGB value is (110,68,76). Sum of RGB (Red+Green+Blue) = 110+68+76=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E444C is #91BBB3. Grayscale: #515151. Windows color (decimal): -9550772 or 4998254. OLE color: 4998254.

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

Color convert

RGB1106876-
CMYK00.380.310.57
HSL348.57º23.6%34.9%-
HSV(B)348.57º38.18%43.14%-
XYZ9.87.977.86-
YUV81.47124.91148.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.31%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=43.31%
G=26.77%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110687600.380.310.57348.5723.634.9
Hex6E444C0261F3915d1823
Octal15610411404637715353043
Binary11011101000100100110001001101111111100110101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,68,76); }

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

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

 a { background-color: rgb(110,68,76); }

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

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

 span { border-color: rgb(110,68,76); }

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