#6E6E69

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

Shades of Ironside Grey #6E6E69

Tints of Ironside Grey #6E6E69

Color information

#6E6E69 (or 0x6E6E69) is unknown color: approx Ironside Grey. HEX triplet: 6E, 6E and 69. RGB value is (110,110,105). Sum of RGB (Red+Green+Blue) = 110+110+105=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E69 is #919196. Grayscale: #6D6D6D. Windows color (decimal): -9539991 or 6909550. OLE color: 6909550.

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

Color convert

RGB110110105-
CMYK000.050.57
HSL60º2.33%42.16%-
HSV(B)60º4.55%43.14%-
XYZ14.5615.4915.59-
YUV109.43125.5128.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=33.85%
G=33.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110110105000.050.57602.3342.16
Hex6E6E69005393c22a
Octal1561561510057174252
Binary1101110110111011010010010111100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,110,105); }

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

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

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

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

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

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

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