Shades of Dingley #69863A
Tints of Dingley #69863A
RGB
CMYK
RGB Variations
Color information
#69863A (or 0x69863A) is known color: Dingley. HEX triplet: 69, 86 and 3A. RGB value is (105,134,58). Sum of RGB (Red+Green+Blue) = 105+134+58=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #69863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69863A is #9679C5. Grayscale: #747474. Windows color (decimal): -9861574 or 3835497. OLE color: 3835497.
HSL color Cylindrical-coordinate representation of color #69863A: hue angle of 82.89º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69863A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 58 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.47 |
| HSL | 82.89º | 0.4% | 0.38% | - |
| HSV(B) | 82.89º | 0.57% | 0.53% | - |
| XYZ | 15.11 | 20.36 | 7.14 | - |
| YUV | 116.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 58 | 0.22 | 0 | 0.57 | 0.47 | 82.89 | 0.4 | 0.38 |
| Hex | 69 | 86 | 3A | 16 | 0 | 39 | 2F | 53 | 28 | 26 |
| Octal | 151 | 206 | 72 | 26 | 0 | 71 | 57 | 123 | 50 | 46 |
| Binary | 1101001 | 10000110 | 111010 | 10110 | 0 | 111001 | 101111 | 1010011 | 101000 | 100110 |
Color Harmonies of #69863A
Complementary color
Monochromatic Colors of #69863A
Black with #69863A
Text Example
Text Example
White with #69863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69863A; }
p { color: rgb(105,134,58); }
H1.HeaderClassName
{
color: #69863A;
}
.AnyTagClassName
{
color: #69863A;
}
</style>
background-color css
<style>
a { background-color: #69863A; }
a { background-color: rgb(105,134,58); }
div.DivClassName
{
background-color: #69863A;
}
.BgClassName
{
background-color: #69863A;
}
</style>
border-color css
<style>
span { border-color: #69863A; }
span { border-color: rgb(105,134,58); }
td.TdClassName
{
border-color: #69863A;
}
.TagClassName
{
border-color: #69863A;
}
</style>