Shades of Dingley #65893D
Tints of Dingley #65893D
RGB
CMYK
RGB Variations
Color information
#65893D (or 0x65893D) is known color: Dingley. HEX triplet: 65, 89 and 3D. RGB value is (101,137,61). Sum of RGB (Red+Green+Blue) = 101+137+61=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #65893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65893D is #9A76C2. Grayscale: #757575. Windows color (decimal): -10122947 or 4032869. OLE color: 4032869.
HSL color Cylindrical-coordinate representation of color #65893D: hue angle of 88.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65893D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 61 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.46 |
| HSL | 88.42º | 0.38% | 0.39% | - |
| HSV(B) | 88.42º | 0.55% | 0.54% | - |
| XYZ | 15.15 | 20.99 | 7.67 | - |
| YUV | 117.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 61 | 0.26 | 0 | 0.55 | 0.46 | 88.42 | 0.38 | 0.39 |
| Hex | 65 | 89 | 3D | 1A | 0 | 37 | 2E | 58 | 26 | 27 |
| Octal | 145 | 211 | 75 | 32 | 0 | 67 | 56 | 130 | 46 | 47 |
| Binary | 1100101 | 10001001 | 111101 | 11010 | 0 | 110111 | 101110 | 1011000 | 100110 | 100111 |
Color Harmonies of #65893D
Complementary color
Monochromatic Colors of #65893D
Black with #65893D
Text Example
Text Example
White with #65893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65893D; }
p { color: rgb(101,137,61); }
H1.HeaderClassName
{
color: #65893D;
}
.AnyTagClassName
{
color: #65893D;
}
</style>
background-color css
<style>
a { background-color: #65893D; }
a { background-color: rgb(101,137,61); }
div.DivClassName
{
background-color: #65893D;
}
.BgClassName
{
background-color: #65893D;
}
</style>
border-color css
<style>
span { border-color: #65893D; }
span { border-color: rgb(101,137,61); }
td.TdClassName
{
border-color: #65893D;
}
.TagClassName
{
border-color: #65893D;
}
</style>