#6F6363

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

Shades of Dim Gray #6F6363

Tints of Dim Gray #6F6363

Color information

#6F6363 (or 0x6F6363) is unknown color: approx Dim Gray. HEX triplet: 6F, 63 and 63. RGB value is (111,99,99). Sum of RGB (Red+Green+Blue) = 111+99+99=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6363 is #909C9C. Grayscale: #666666. Windows color (decimal): -9477277 or 6513519. OLE color: 6513519.

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

Color convert

RGB1119999-
CMYK00.110.110.56
HSL5.71%41.18%-
HSV(B)10.81%43.53%-
XYZ13.2713.213.65-
YUV102.59125.98134-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=35.92%
G=32.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111999900.110.110.5605.7141.18
Hex6F63630BB380629
Octal15714314301313700651
Binary1101111110001111000110101110111110000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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