Shades of Davy's Grey #6C796B
Tints of Davy's Grey #6C796B
RGB
CMYK
RGB Variations
Color information
#6C796B (or 0x6C796B) is known color: Davy's Grey. HEX triplet: 6C, 79 and 6B. RGB value is (108,121,107). Sum of RGB (Red+Green+Blue) = 108+121+107=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #6C796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C796B is #938694. Grayscale: #737373. Windows color (decimal): -9668245 or 7043436. OLE color: 7043436.
HSL color Cylindrical-coordinate representation of color #6C796B: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C796B is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 107 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.53 |
| HSL | 115.71º | 0.06% | 0.45% | - |
| HSV(B) | 115.71º | 0.12% | 0.47% | - |
| XYZ | 15.68 | 17.92 | 16.54 | - |
| YUV | 115.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 107 | 0.11 | 0 | 0.12 | 0.53 | 115.71 | 0.06 | 0.45 |
| Hex | 6C | 79 | 6B | B | 0 | C | 35 | 74 | 6 | 2D |
| Octal | 154 | 171 | 153 | 13 | 0 | 14 | 65 | 164 | 6 | 55 |
| Binary | 1101100 | 1111001 | 1101011 | 1011 | 0 | 1100 | 110101 | 1110100 | 110 | 101101 |
Color Harmonies of #6C796B
Complementary color
Monochromatic Colors of #6C796B
Black with #6C796B
Text Example
Text Example
White with #6C796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C796B; }
p { color: rgb(108,121,107); }
H1.HeaderClassName
{
color: #6C796B;
}
.AnyTagClassName
{
color: #6C796B;
}
</style>
background-color css
<style>
a { background-color: #6C796B; }
a { background-color: rgb(108,121,107); }
div.DivClassName
{
background-color: #6C796B;
}
.BgClassName
{
background-color: #6C796B;
}
</style>
border-color css
<style>
span { border-color: #6C796B; }
span { border-color: rgb(108,121,107); }
td.TdClassName
{
border-color: #6C796B;
}
.TagClassName
{
border-color: #6C796B;
}
</style>