#6E6361

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

Shades of Dim Gray #6E6361

Tints of Dim Gray #6E6361

Color information

#6E6361 (or 0x6E6361) is unknown color: approx Dim Gray. HEX triplet: 6E, 63 and 61. RGB value is (110,99,97). Sum of RGB (Red+Green+Blue) = 110+99+97=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6361 is #919C9E. Grayscale: #666666. Windows color (decimal): -9542815 or 6382446. OLE color: 6382446.

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

Color convert

RGB1109997-
CMYK00.10.120.57
HSL9.23º6.28%40.59%-
HSV(B)9.23º11.82%43.14%-
XYZ13.0513.113.15-
YUV102.06125.14133.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=35.95%
G=32.35%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110999700.10.120.579.236.2840.59
Hex6E63610AC399629
Octal156143141012147111651
Binary1101110110001111000010101011001110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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