Shades of Dingley #65853A
Tints of Dingley #65853A
RGB
CMYK
RGB Variations
Color information
#65853A (or 0x65853A) is known color: Dingley. HEX triplet: 65, 85 and 3A. RGB value is (101,133,58). Sum of RGB (Red+Green+Blue) = 101+133+58=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #65853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65853A is #9A7AC5. Grayscale: #737373. Windows color (decimal): -10123974 or 3835237. OLE color: 3835237.
HSL color Cylindrical-coordinate representation of color #65853A: hue angle of 85.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65853A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 58 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.48 |
| HSL | 85.6º | 0.39% | 0.37% | - |
| HSV(B) | 85.6º | 0.56% | 0.52% | - |
| XYZ | 14.52 | 19.85 | 7.07 | - |
| YUV | 114.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 58 | 0.24 | 0 | 0.56 | 0.48 | 85.6 | 0.39 | 0.37 |
| Hex | 65 | 85 | 3A | 18 | 0 | 38 | 30 | 56 | 27 | 25 |
| Octal | 145 | 205 | 72 | 30 | 0 | 70 | 60 | 126 | 47 | 45 |
| Binary | 1100101 | 10000101 | 111010 | 11000 | 0 | 111000 | 110000 | 1010110 | 100111 | 100101 |
Color Harmonies of #65853A
Complementary color
Monochromatic Colors of #65853A
Black with #65853A
Text Example
Text Example
White with #65853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65853A; }
p { color: rgb(101,133,58); }
H1.HeaderClassName
{
color: #65853A;
}
.AnyTagClassName
{
color: #65853A;
}
</style>
background-color css
<style>
a { background-color: #65853A; }
a { background-color: rgb(101,133,58); }
div.DivClassName
{
background-color: #65853A;
}
.BgClassName
{
background-color: #65853A;
}
</style>
border-color css
<style>
span { border-color: #65853A; }
span { border-color: rgb(101,133,58); }
td.TdClassName
{
border-color: #65853A;
}
.TagClassName
{
border-color: #65853A;
}
</style>