Shades of Dim Gray #6D6363
Tints of Dim Gray #6D6363
RGB
CMYK
RGB Variations
Color information
#6D6363 (or 0x6D6363) is known color: Dim Gray. HEX triplet: 6D, 63 and 63. RGB value is (109,99,99). Sum of RGB (Red+Green+Blue) = 109+99+99=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6363 is #929C9C. Grayscale: #656565. Windows color (decimal): -9608349 or 6513517. OLE color: 6513517.
HSL color Cylindrical-coordinate representation of color #6D6363: hue angle of 0º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6363 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 99 | 99 | - |
CMYK | 0 | 0.09 | 0.09 | 0.57 |
HSL | 0º | 0.05% | 0.41% | - |
HSV(B) | 0º | 0.09% | 0.43% | - |
XYZ | 13.02 | 13.08 | 13.64 | - |
YUV | 101.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 99 | 99 | 0 | 0.09 | 0.09 | 0.57 | 0 | 0.05 | 0.41 |
Hex | 6D | 63 | 63 | 0 | 9 | 9 | 39 | 0 | 5 | 29 |
Octal | 155 | 143 | 143 | 0 | 11 | 11 | 71 | 0 | 5 | 51 |
Binary | 1101101 | 1100011 | 1100011 | 0 | 1001 | 1001 | 111001 | 0 | 101 | 101001 |
Color Harmonies of #6D6363
Complementary color
Monochromatic Colors of #6D6363
Black with #6D6363
Text Example
Text Example
White with #6D6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6363; }
p { color: rgb(109,99,99); }
H1.HeaderClassName
{
color: #6D6363;
}
.AnyTagClassName
{
color: #6D6363;
}
</style>
background-color css
<style>
a { background-color: #6D6363; }
a { background-color: rgb(109,99,99); }
div.DivClassName
{
background-color: #6D6363;
}
.BgClassName
{
background-color: #6D6363;
}
</style>
border-color css
<style>
span { border-color: #6D6363; }
span { border-color: rgb(109,99,99); }
td.TdClassName
{
border-color: #6D6363;
}
.TagClassName
{
border-color: #6D6363;
}
</style>