#6E484B

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

Shades of Tosca #6E484B

Tints of Tosca #6E484B

Color information

#6E484B (or 0x6E484B) is unknown color: approx Tosca. HEX triplet: 6E, 48 and 4B. RGB value is (110,72,75). Sum of RGB (Red+Green+Blue) = 110+72+75=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E484B is #91B7B4. Grayscale: #535353. Windows color (decimal): -9549749 or 4933742. OLE color: 4933742.

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

Color convert

RGB1107275-
CMYK00.350.320.57
HSL355.26º20.88%35.69%-
HSV(B)355.26º34.55%43.14%-
XYZ10.028.467.76-
YUV83.7123.09146.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=42.80%
G=28.02%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110727500.350.320.57355.2620.8835.69
Hex6E484B02320391631524
Octal15611011304340715432544
Binary110111010010001001011010001110000011100110110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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