Shades of Dingley #65874C
Tints of Dingley #65874C
RGB
CMYK
RGB Variations
Color information
#65874C (or 0x65874C) is known color: Dingley. HEX triplet: 65, 87 and 4C. RGB value is (101,135,76). Sum of RGB (Red+Green+Blue) = 101+135+76=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #65874C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65874C is #9A78B3. Grayscale: #767676. Windows color (decimal): -10123444 or 5015397. OLE color: 5015397.
HSL color Cylindrical-coordinate representation of color #65874C: hue angle of 94.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65874C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 76 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.47 |
| HSL | 94.58º | 0.28% | 0.41% | - |
| HSV(B) | 94.58º | 0.44% | 0.53% | - |
| XYZ | 15.34 | 20.62 | 10.01 | - |
| YUV | 118.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 76 | 0.25 | 0 | 0.44 | 0.47 | 94.58 | 0.28 | 0.41 |
| Hex | 65 | 87 | 4C | 19 | 0 | 2C | 2F | 5F | 1C | 29 |
| Octal | 145 | 207 | 114 | 31 | 0 | 54 | 57 | 137 | 34 | 51 |
| Binary | 1100101 | 10000111 | 1001100 | 11001 | 0 | 101100 | 101111 | 1011111 | 11100 | 101001 |
Color Harmonies of #65874C
Complementary color
Monochromatic Colors of #65874C
Black with #65874C
Text Example
Text Example
White with #65874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65874C; }
p { color: rgb(101,135,76); }
H1.HeaderClassName
{
color: #65874C;
}
.AnyTagClassName
{
color: #65874C;
}
</style>
background-color css
<style>
a { background-color: #65874C; }
a { background-color: rgb(101,135,76); }
div.DivClassName
{
background-color: #65874C;
}
.BgClassName
{
background-color: #65874C;
}
</style>
border-color css
<style>
span { border-color: #65874C; }
span { border-color: rgb(101,135,76); }
td.TdClassName
{
border-color: #65874C;
}
.TagClassName
{
border-color: #65874C;
}
</style>