#6E484F

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

Shades of Tosca #6E484F

Tints of Tosca #6E484F

Color information

#6E484F (or 0x6E484F) is unknown color: approx Tosca. HEX triplet: 6E, 48 and 4F. RGB value is (110,72,79). Sum of RGB (Red+Green+Blue) = 110+72+79=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E484F is #91B7B0. Grayscale: #545454. Windows color (decimal): -9549745 or 5195886. OLE color: 5195886.

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

Color convert

RGB1107279-
CMYK00.350.280.57
HSL348.95º20.88%35.69%-
HSV(B)348.95º34.55%43.14%-
XYZ10.168.518.51-
YUV84.16125.09146.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=42.15%
G=27.59%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110727900.350.280.57348.9520.8835.69
Hex6E484F0231C3915d1524
Octal15611011704334715352544
Binary11011101001000100111101000111110011100110101110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,79); }

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

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

 a { background-color: rgb(110,72,79); }

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

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

 span { border-color: rgb(110,72,79); }

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