Shades of Dingley #67794B
Tints of Dingley #67794B
RGB
CMYK
RGB Variations
Color information
#67794B (or 0x67794B) is known color: Dingley. HEX triplet: 67, 79 and 4B. RGB value is (103,121,75). Sum of RGB (Red+Green+Blue) = 103+121+75=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #67794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67794B is #9886B4. Grayscale: #6E6E6E. Windows color (decimal): -9995957 or 4946279. OLE color: 4946279.
HSL color Cylindrical-coordinate representation of color #67794B: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67794B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 75 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.53 |
| HSL | 83.48º | 0.23% | 0.38% | - |
| HSV(B) | 83.48º | 0.38% | 0.47% | - |
| XYZ | 13.7 | 17.07 | 9.23 | - |
| YUV | 110.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 75 | 0.15 | 0 | 0.38 | 0.53 | 83.48 | 0.23 | 0.38 |
| Hex | 67 | 79 | 4B | F | 0 | 26 | 35 | 53 | 17 | 26 |
| Octal | 147 | 171 | 113 | 17 | 0 | 46 | 65 | 123 | 27 | 46 |
| Binary | 1100111 | 1111001 | 1001011 | 1111 | 0 | 100110 | 110101 | 1010011 | 10111 | 100110 |
Color Harmonies of #67794B
Complementary color
Monochromatic Colors of #67794B
Black with #67794B
Text Example
Text Example
White with #67794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67794B; }
p { color: rgb(103,121,75); }
H1.HeaderClassName
{
color: #67794B;
}
.AnyTagClassName
{
color: #67794B;
}
</style>
background-color css
<style>
a { background-color: #67794B; }
a { background-color: rgb(103,121,75); }
div.DivClassName
{
background-color: #67794B;
}
.BgClassName
{
background-color: #67794B;
}
</style>
border-color css
<style>
span { border-color: #67794B; }
span { border-color: rgb(103,121,75); }
td.TdClassName
{
border-color: #67794B;
}
.TagClassName
{
border-color: #67794B;
}
</style>