Shades of Dingley #667B51
Tints of Dingley #667B51
RGB
CMYK
RGB Variations
Color information
#667B51 (or 0x667B51) is known color: Dingley. HEX triplet: 66, 7B and 51. RGB value is (102,123,81). Sum of RGB (Red+Green+Blue) = 102+123+81=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #667B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B51 is #9984AE. Grayscale: #707070. Windows color (decimal): -10060975 or 5340006. OLE color: 5340006.
HSL color Cylindrical-coordinate representation of color #667B51: hue angle of 90º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667B51 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 81 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.52 |
| HSL | 90º | 0.21% | 0.4% | - |
| HSV(B) | 90º | 0.34% | 0.48% | - |
| XYZ | 14.05 | 17.58 | 10.44 | - |
| YUV | 111.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 81 | 0.17 | 0 | 0.34 | 0.52 | 90 | 0.21 | 0.4 |
| Hex | 66 | 7B | 51 | 11 | 0 | 22 | 34 | 5A | 15 | 28 |
| Octal | 146 | 173 | 121 | 21 | 0 | 42 | 64 | 132 | 25 | 50 |
| Binary | 1100110 | 1111011 | 1010001 | 10001 | 0 | 100010 | 110100 | 1011010 | 10101 | 101000 |
Color Harmonies of #667B51
Complementary color
Monochromatic Colors of #667B51
Black with #667B51
Text Example
Text Example
White with #667B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B51; }
p { color: rgb(102,123,81); }
H1.HeaderClassName
{
color: #667B51;
}
.AnyTagClassName
{
color: #667B51;
}
</style>
background-color css
<style>
a { background-color: #667B51; }
a { background-color: rgb(102,123,81); }
div.DivClassName
{
background-color: #667B51;
}
.BgClassName
{
background-color: #667B51;
}
</style>
border-color css
<style>
span { border-color: #667B51; }
span { border-color: rgb(102,123,81); }
td.TdClassName
{
border-color: #667B51;
}
.TagClassName
{
border-color: #667B51;
}
</style>