Shades of Dingley #69823D
Tints of Dingley #69823D
RGB
CMYK
RGB Variations
Color information
#69823D (or 0x69823D) is known color: Dingley. HEX triplet: 69, 82 and 3D. RGB value is (105,130,61). Sum of RGB (Red+Green+Blue) = 105+130+61=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #69823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69823D is #967DC2. Grayscale: #727272. Windows color (decimal): -9862595 or 4031081. OLE color: 4031081.
HSL color Cylindrical-coordinate representation of color #69823D: hue angle of 81.74º 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 #69823D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 61 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.49 |
| HSL | 81.74º | 0.36% | 0.37% | - |
| HSV(B) | 81.74º | 0.53% | 0.51% | - |
| XYZ | 14.65 | 19.31 | 7.37 | - |
| YUV | 114.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 61 | 0.19 | 0 | 0.53 | 0.49 | 81.74 | 0.36 | 0.37 |
| Hex | 69 | 82 | 3D | 13 | 0 | 35 | 31 | 52 | 24 | 25 |
| Octal | 151 | 202 | 75 | 23 | 0 | 65 | 61 | 122 | 44 | 45 |
| Binary | 1101001 | 10000010 | 111101 | 10011 | 0 | 110101 | 110001 | 1010010 | 100100 | 100101 |
Color Harmonies of #69823D
Complementary color
Monochromatic Colors of #69823D
Black with #69823D
Text Example
Text Example
White with #69823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69823D; }
p { color: rgb(105,130,61); }
H1.HeaderClassName
{
color: #69823D;
}
.AnyTagClassName
{
color: #69823D;
}
</style>
background-color css
<style>
a { background-color: #69823D; }
a { background-color: rgb(105,130,61); }
div.DivClassName
{
background-color: #69823D;
}
.BgClassName
{
background-color: #69823D;
}
</style>
border-color css
<style>
span { border-color: #69823D; }
span { border-color: rgb(105,130,61); }
td.TdClassName
{
border-color: #69823D;
}
.TagClassName
{
border-color: #69823D;
}
</style>