#6F6463

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

Shades of Dim Gray #6F6463

Tints of Dim Gray #6F6463

Color information

#6F6463 (or 0x6F6463) is unknown color: approx Dim Gray. HEX triplet: 6F, 64 and 63. RGB value is (111,100,99). Sum of RGB (Red+Green+Blue) = 111+100+99=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6463 is #909B9C. Grayscale: #676767. Windows color (decimal): -9477021 or 6513775. OLE color: 6513775.

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

Color convert

RGB11110099-
CMYK00.100.110.56
HSL5.71%41.18%-
HSV(B)10.81%43.53%-
XYZ13.3613.3913.69-
YUV103.18125.64133.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=35.81%
G=32.26%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111009900.100.110.5655.7141.18
Hex6F64630AB385629
Octal15714414301213705651
Binary110111111001001100011010101011111000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,99); }

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

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

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

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

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

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

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