Shades of Dingley #65844B
Tints of Dingley #65844B
RGB
CMYK
RGB Variations
Color information
#65844B (or 0x65844B) is known color: Dingley. HEX triplet: 65, 84 and 4B. RGB value is (101,132,75). Sum of RGB (Red+Green+Blue) = 101+132+75=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #65844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65844B is #9A7BB4. Grayscale: #747474. Windows color (decimal): -10124213 or 4949093. OLE color: 4949093.
HSL color Cylindrical-coordinate representation of color #65844B: hue angle of 92.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65844B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 75 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.48 |
| HSL | 92.63º | 0.28% | 0.41% | - |
| HSV(B) | 92.63º | 0.43% | 0.52% | - |
| XYZ | 14.89 | 19.78 | 9.69 | - |
| YUV | 116.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 75 | 0.23 | 0 | 0.43 | 0.48 | 92.63 | 0.28 | 0.41 |
| Hex | 65 | 84 | 4B | 17 | 0 | 2B | 30 | 5D | 1C | 29 |
| Octal | 145 | 204 | 113 | 27 | 0 | 53 | 60 | 135 | 34 | 51 |
| Binary | 1100101 | 10000100 | 1001011 | 10111 | 0 | 101011 | 110000 | 1011101 | 11100 | 101001 |
Color Harmonies of #65844B
Complementary color
Monochromatic Colors of #65844B
Black with #65844B
Text Example
Text Example
White with #65844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65844B; }
p { color: rgb(101,132,75); }
H1.HeaderClassName
{
color: #65844B;
}
.AnyTagClassName
{
color: #65844B;
}
</style>
background-color css
<style>
a { background-color: #65844B; }
a { background-color: rgb(101,132,75); }
div.DivClassName
{
background-color: #65844B;
}
.BgClassName
{
background-color: #65844B;
}
</style>
border-color css
<style>
span { border-color: #65844B; }
span { border-color: rgb(101,132,75); }
td.TdClassName
{
border-color: #65844B;
}
.TagClassName
{
border-color: #65844B;
}
</style>