Shades of Dim Gray #6F6767
Tints of Dim Gray #6F6767
RGB
CMYK
RGB Variations
Color information
#6F6767 (or 0x6F6767) is known color: Dim Gray. HEX triplet: 6F, 67 and 67. RGB value is (111,103,103). Sum of RGB (Red+Green+Blue) = 111+103+103=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6767 is #909898. Grayscale: #696969. Windows color (decimal): -9476249 or 6776687. OLE color: 6776687.
HSL color Cylindrical-coordinate representation of color #6F6767: hue angle of 0º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F6767 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 103 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.56 |
| HSL | 0º | 0.04% | 0.42% | - |
| HSV(B) | 0º | 0.07% | 0.44% | - |
| XYZ | 13.85 | 14.06 | 14.82 | - |
| YUV | 105.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 103 | 0 | 0.07 | 0.07 | 0.56 | 0 | 0.04 | 0.42 |
| Hex | 6F | 67 | 67 | 0 | 7 | 7 | 38 | 0 | 4 | 2A |
| Octal | 157 | 147 | 147 | 0 | 7 | 7 | 70 | 0 | 4 | 52 |
| Binary | 1101111 | 1100111 | 1100111 | 0 | 111 | 111 | 111000 | 0 | 100 | 101010 |
Color Harmonies of #6F6767
Complementary color
Monochromatic Colors of #6F6767
Black with #6F6767
Text Example
Text Example
White with #6F6767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6767; }
p { color: rgb(111,103,103); }
H1.HeaderClassName
{
color: #6F6767;
}
.AnyTagClassName
{
color: #6F6767;
}
</style>
background-color css
<style>
a { background-color: #6F6767; }
a { background-color: rgb(111,103,103); }
div.DivClassName
{
background-color: #6F6767;
}
.BgClassName
{
background-color: #6F6767;
}
</style>
border-color css
<style>
span { border-color: #6F6767; }
span { border-color: rgb(111,103,103); }
td.TdClassName
{
border-color: #6F6767;
}
.TagClassName
{
border-color: #6F6767;
}
</style>