Shades of Dingley #667C51
Tints of Dingley #667C51
RGB
CMYK
RGB Variations
Color information
#667C51 (or 0x667C51) is known color: Dingley. HEX triplet: 66, 7C and 51. RGB value is (102,124,81). Sum of RGB (Red+Green+Blue) = 102+124+81=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #667C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C51 is #9983AE. Grayscale: #707070. Windows color (decimal): -10060719 or 5340262. OLE color: 5340262.
HSL color Cylindrical-coordinate representation of color #667C51: hue angle of 90.7º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667C51 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 81 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.51 |
| HSL | 90.7º | 0.21% | 0.4% | - |
| HSV(B) | 90.7º | 0.35% | 0.49% | - |
| XYZ | 14.17 | 17.83 | 10.48 | - |
| YUV | 112.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 81 | 0.18 | 0 | 0.35 | 0.51 | 90.7 | 0.21 | 0.4 |
| Hex | 66 | 7C | 51 | 12 | 0 | 23 | 33 | 5B | 15 | 28 |
| Octal | 146 | 174 | 121 | 22 | 0 | 43 | 63 | 133 | 25 | 50 |
| Binary | 1100110 | 1111100 | 1010001 | 10010 | 0 | 100011 | 110011 | 1011011 | 10101 | 101000 |
Color Harmonies of #667C51
Complementary color
Monochromatic Colors of #667C51
Black with #667C51
Text Example
Text Example
White with #667C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C51; }
p { color: rgb(102,124,81); }
H1.HeaderClassName
{
color: #667C51;
}
.AnyTagClassName
{
color: #667C51;
}
</style>
background-color css
<style>
a { background-color: #667C51; }
a { background-color: rgb(102,124,81); }
div.DivClassName
{
background-color: #667C51;
}
.BgClassName
{
background-color: #667C51;
}
</style>
border-color css
<style>
span { border-color: #667C51; }
span { border-color: rgb(102,124,81); }
td.TdClassName
{
border-color: #667C51;
}
.TagClassName
{
border-color: #667C51;
}
</style>