#6E6462

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

Shades of Dim Gray #6E6462

Tints of Dim Gray #6E6462

Color information

#6E6462 (or 0x6E6462) is unknown color: approx Dim Gray. HEX triplet: 6E, 64 and 62. RGB value is (110,100,98). Sum of RGB (Red+Green+Blue) = 110+100+98=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6462 is #919B9D. Grayscale: #666666. Windows color (decimal): -9542558 or 6448238. OLE color: 6448238.

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

Color convert

RGB11010098-
CMYK00.090.110.57
HSL10º5.77%40.78%-
HSV(B)10º10.91%43.14%-
XYZ13.1913.3113.43-
YUV102.76125.31133.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=35.71%
G=32.47%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101009800.090.110.57105.7740.78
Hex6E646209B39a629
Octal156144142011137112651
Binary1101110110010011000100100110111110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,98); }

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

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

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

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

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

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

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