#6F6665

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

Shades of Dim Gray #6F6665

Tints of Dim Gray #6F6665

Color information

#6F6665 (or 0x6F6665) is unknown color: approx Dim Gray. HEX triplet: 6F, 66 and 65. RGB value is (111,102,101). Sum of RGB (Red+Green+Blue) = 111+102+101=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6665 is #90999A. Grayscale: #686868. Windows color (decimal): -9476507 or 6645359. OLE color: 6645359.

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

Color convert

RGB111102101-
CMYK00.080.090.56
HSL4.72%41.57%-
HSV(B)9.01%43.53%-
XYZ13.6613.8214.26-
YUV104.58125.98132.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=35.35%
G=32.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110210100.080.090.5664.7241.57
Hex6F666508938652a
Octal15714614501011706552
Binary110111111001101100101010001001111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,101); }

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

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

 a { background-color: rgb(111,102,101); }

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

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

 span { border-color: rgb(111,102,101); }

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