Shades of Dingley #60813F
Tints of Dingley #60813F
RGB
CMYK
RGB Variations
Color information
#60813F (or 0x60813F) is known color: Dingley. HEX triplet: 60, 81 and 3F. RGB value is (96,129,63). Sum of RGB (Red+Green+Blue) = 96+129+63=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #60813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60813F is #9F7EC0. Grayscale: #6F6F6F. Windows color (decimal): -10452673 or 4161888. OLE color: 4161888.
HSL color Cylindrical-coordinate representation of color #60813F: hue angle of 90º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60813F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 63 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.49 |
| HSL | 90º | 0.34% | 0.38% | - |
| HSV(B) | 90º | 0.51% | 0.51% | - |
| XYZ | 13.57 | 18.55 | 7.57 | - |
| YUV | 111.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 63 | 0.26 | 0 | 0.51 | 0.49 | 90 | 0.34 | 0.38 |
| Hex | 60 | 81 | 3F | 1A | 0 | 33 | 31 | 5A | 22 | 26 |
| Octal | 140 | 201 | 77 | 32 | 0 | 63 | 61 | 132 | 42 | 46 |
| Binary | 1100000 | 10000001 | 111111 | 11010 | 0 | 110011 | 110001 | 1011010 | 100010 | 100110 |
Color Harmonies of #60813F
Complementary color
Monochromatic Colors of #60813F
Black with #60813F
Text Example
Text Example
White with #60813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60813F; }
p { color: rgb(96,129,63); }
H1.HeaderClassName
{
color: #60813F;
}
.AnyTagClassName
{
color: #60813F;
}
</style>
background-color css
<style>
a { background-color: #60813F; }
a { background-color: rgb(96,129,63); }
div.DivClassName
{
background-color: #60813F;
}
.BgClassName
{
background-color: #60813F;
}
</style>
border-color css
<style>
span { border-color: #60813F; }
span { border-color: rgb(96,129,63); }
td.TdClassName
{
border-color: #60813F;
}
.TagClassName
{
border-color: #60813F;
}
</style>