Shades of Dingley #69813D
Tints of Dingley #69813D
RGB
CMYK
RGB Variations
Color information
#69813D (or 0x69813D) is known color: Dingley. HEX triplet: 69, 81 and 3D. RGB value is (105,129,61). Sum of RGB (Red+Green+Blue) = 105+129+61=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #69813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69813D is #967EC2. Grayscale: #727272. Windows color (decimal): -9862851 or 4030825. OLE color: 4030825.
HSL color Cylindrical-coordinate representation of color #69813D: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69813D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 61 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.49 |
| HSL | 81.18º | 0.36% | 0.37% | - |
| HSV(B) | 81.18º | 0.53% | 0.51% | - |
| XYZ | 14.52 | 19.04 | 7.32 | - |
| YUV | 114.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 61 | 0.19 | 0 | 0.53 | 0.49 | 81.18 | 0.36 | 0.37 |
| Hex | 69 | 81 | 3D | 13 | 0 | 35 | 31 | 51 | 24 | 25 |
| Octal | 151 | 201 | 75 | 23 | 0 | 65 | 61 | 121 | 44 | 45 |
| Binary | 1101001 | 10000001 | 111101 | 10011 | 0 | 110101 | 110001 | 1010001 | 100100 | 100101 |
Color Harmonies of #69813D
Complementary color
Monochromatic Colors of #69813D
Black with #69813D
Text Example
Text Example
White with #69813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69813D; }
p { color: rgb(105,129,61); }
H1.HeaderClassName
{
color: #69813D;
}
.AnyTagClassName
{
color: #69813D;
}
</style>
background-color css
<style>
a { background-color: #69813D; }
a { background-color: rgb(105,129,61); }
div.DivClassName
{
background-color: #69813D;
}
.BgClassName
{
background-color: #69813D;
}
</style>
border-color css
<style>
span { border-color: #69813D; }
span { border-color: rgb(105,129,61); }
td.TdClassName
{
border-color: #69813D;
}
.TagClassName
{
border-color: #69813D;
}
</style>