#6E6363

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

Shades of Dim Gray #6E6363

Tints of Dim Gray #6E6363

Color information

#6E6363 (or 0x6E6363) is unknown color: approx Dim Gray. HEX triplet: 6E, 63 and 63. RGB value is (110,99,99). Sum of RGB (Red+Green+Blue) = 110+99+99=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6363 is #919C9C. Grayscale: #666666. Windows color (decimal): -9542813 or 6513518. OLE color: 6513518.

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

Color convert

RGB1109999-
CMYK00.10.10.57
HSL5.26%40.98%-
HSV(B)10%43.14%-
XYZ13.1413.1413.65-
YUV102.29126.14133.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110999900.10.10.5705.2640.98
Hex6E63630AA390529
Octal15614314301212710551
Binary1101110110001111000110101010101110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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