#6E6C65

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

Shades of Ironside Grey #6E6C65

Tints of Ironside Grey #6E6C65

Color information

#6E6C65 (or 0x6E6C65) is unknown color: approx Ironside Grey. HEX triplet: 6E, 6C and 65. RGB value is (110,108,101). Sum of RGB (Red+Green+Blue) = 110+108+101=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C65 is #91939A. Grayscale: #6B6B6B. Windows color (decimal): -9540507 or 6646894. OLE color: 6646894.

HSL color Cylindrical-coordinate representation of color #6E6C65: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E6C65 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB110108101-
CMYK00.020.080.57
HSL46.67º4.27%41.37%-
HSV(B)46.67º8.18%43.14%-
XYZ14.1414.9814.46-
YUV107.8124.16129.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=34.48%
G=33.86%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11010810100.020.080.5746.674.2741.37
Hex6E6C65028392f429
Octal15615414502107157451
Binary1101110110110011001010101000111001101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,108,101); }

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

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

 a { background-color: rgb(110,108,101); }

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

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

 span { border-color: rgb(110,108,101); }

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