Shades of Dingley #65834C
Tints of Dingley #65834C
RGB
CMYK
RGB Variations
Color information
#65834C (or 0x65834C) is known color: Dingley. HEX triplet: 65, 83 and 4C. RGB value is (101,131,76). Sum of RGB (Red+Green+Blue) = 101+131+76=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #65834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65834C is #9A7CB3. Grayscale: #737373. Windows color (decimal): -10124468 or 5014373. OLE color: 5014373.
HSL color Cylindrical-coordinate representation of color #65834C: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65834C is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 76 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.49 |
| HSL | 92.73º | 0.27% | 0.41% | - |
| HSV(B) | 92.73º | 0.42% | 0.51% | - |
| XYZ | 14.79 | 19.52 | 9.83 | - |
| YUV | 115.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 76 | 0.23 | 0 | 0.42 | 0.49 | 92.73 | 0.27 | 0.41 |
| Hex | 65 | 83 | 4C | 17 | 0 | 2A | 31 | 5D | 1B | 29 |
| Octal | 145 | 203 | 114 | 27 | 0 | 52 | 61 | 135 | 33 | 51 |
| Binary | 1100101 | 10000011 | 1001100 | 10111 | 0 | 101010 | 110001 | 1011101 | 11011 | 101001 |
Color Harmonies of #65834C
Complementary color
Monochromatic Colors of #65834C
Black with #65834C
Text Example
Text Example
White with #65834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65834C; }
p { color: rgb(101,131,76); }
H1.HeaderClassName
{
color: #65834C;
}
.AnyTagClassName
{
color: #65834C;
}
</style>
background-color css
<style>
a { background-color: #65834C; }
a { background-color: rgb(101,131,76); }
div.DivClassName
{
background-color: #65834C;
}
.BgClassName
{
background-color: #65834C;
}
</style>
border-color css
<style>
span { border-color: #65834C; }
span { border-color: rgb(101,131,76); }
td.TdClassName
{
border-color: #65834C;
}
.TagClassName
{
border-color: #65834C;
}
</style>