Shades of Dingley #67813F
Tints of Dingley #67813F
RGB
CMYK
RGB Variations
Color information
#67813F (or 0x67813F) is known color: Dingley. HEX triplet: 67, 81 and 3F. RGB value is (103,129,63). Sum of RGB (Red+Green+Blue) = 103+129+63=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #67813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67813F is #987EC0. Grayscale: #717171. Windows color (decimal): -9993921 or 4161895. OLE color: 4161895.
HSL color Cylindrical-coordinate representation of color #67813F: hue angle of 83.64º 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 #67813F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 63 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.49 |
| HSL | 83.64º | 0.34% | 0.38% | - |
| HSV(B) | 83.64º | 0.51% | 0.51% | - |
| XYZ | 14.34 | 18.94 | 7.6 | - |
| YUV | 113.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 63 | 0.20 | 0 | 0.51 | 0.49 | 83.64 | 0.34 | 0.38 |
| Hex | 67 | 81 | 3F | 14 | 0 | 33 | 31 | 54 | 22 | 26 |
| Octal | 147 | 201 | 77 | 24 | 0 | 63 | 61 | 124 | 42 | 46 |
| Binary | 1100111 | 10000001 | 111111 | 10100 | 0 | 110011 | 110001 | 1010100 | 100010 | 100110 |
Color Harmonies of #67813F
Complementary color
Monochromatic Colors of #67813F
Black with #67813F
Text Example
Text Example
White with #67813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67813F; }
p { color: rgb(103,129,63); }
H1.HeaderClassName
{
color: #67813F;
}
.AnyTagClassName
{
color: #67813F;
}
</style>
background-color css
<style>
a { background-color: #67813F; }
a { background-color: rgb(103,129,63); }
div.DivClassName
{
background-color: #67813F;
}
.BgClassName
{
background-color: #67813F;
}
</style>
border-color css
<style>
span { border-color: #67813F; }
span { border-color: rgb(103,129,63); }
td.TdClassName
{
border-color: #67813F;
}
.TagClassName
{
border-color: #67813F;
}
</style>