#6E6563

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

Shades of Dim Gray #6E6563

Tints of Dim Gray #6E6563

Color information

#6E6563 (or 0x6E6563) is unknown color: approx Dim Gray. HEX triplet: 6E, 65 and 63. RGB value is (110,101,99). Sum of RGB (Red+Green+Blue) = 110+101+99=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6563 is #919A9C. Grayscale: #676767. Windows color (decimal): -9542301 or 6514030. OLE color: 6514030.

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

Color convert

RGB11010199-
CMYK00.080.10.57
HSL10.91º5.26%40.98%-
HSV(B)10.91º10%43.14%-
XYZ13.3413.5213.71-
YUV103.46125.48132.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=35.48%
G=32.58%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101019900.080.10.5710.915.2640.98
Hex6E656308A39b529
Octal156145143010127113551
Binary1101110110010111000110100010101110011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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