Shades of Dingley #69884F
Tints of Dingley #69884F
RGB
CMYK
RGB Variations
Color information
#69884F (or 0x69884F) is known color: Dingley. HEX triplet: 69, 88 and 4F. RGB value is (105,136,79). Sum of RGB (Red+Green+Blue) = 105+136+79=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #69884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69884F is #9677B0. Grayscale: #787878. Windows color (decimal): -9861041 or 5212265. OLE color: 5212265.
HSL color Cylindrical-coordinate representation of color #69884F: hue angle of 92.63º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69884F is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 79 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.47 |
| HSL | 92.63º | 0.27% | 0.42% | - |
| HSV(B) | 92.63º | 0.42% | 0.53% | - |
| XYZ | 16.04 | 21.18 | 10.64 | - |
| YUV | 120.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 79 | 0.23 | 0 | 0.42 | 0.47 | 92.63 | 0.27 | 0.42 |
| Hex | 69 | 88 | 4F | 17 | 0 | 2A | 2F | 5D | 1B | 2A |
| Octal | 151 | 210 | 117 | 27 | 0 | 52 | 57 | 135 | 33 | 52 |
| Binary | 1101001 | 10001000 | 1001111 | 10111 | 0 | 101010 | 101111 | 1011101 | 11011 | 101010 |
Color Harmonies of #69884F
Complementary color
Monochromatic Colors of #69884F
Black with #69884F
Text Example
Text Example
White with #69884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69884F; }
p { color: rgb(105,136,79); }
H1.HeaderClassName
{
color: #69884F;
}
.AnyTagClassName
{
color: #69884F;
}
</style>
background-color css
<style>
a { background-color: #69884F; }
a { background-color: rgb(105,136,79); }
div.DivClassName
{
background-color: #69884F;
}
.BgClassName
{
background-color: #69884F;
}
</style>
border-color css
<style>
span { border-color: #69884F; }
span { border-color: rgb(105,136,79); }
td.TdClassName
{
border-color: #69884F;
}
.TagClassName
{
border-color: #69884F;
}
</style>