Shades of Dingley #67863B
Tints of Dingley #67863B
RGB
CMYK
RGB Variations
Color information
#67863B (or 0x67863B) is known color: Dingley. HEX triplet: 67, 86 and 3B. RGB value is (103,134,59). Sum of RGB (Red+Green+Blue) = 103+134+59=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #67863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67863B is #9879C4. Grayscale: #747474. Windows color (decimal): -9992645 or 3901031. OLE color: 3901031.
HSL color Cylindrical-coordinate representation of color #67863B: hue angle of 84.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67863B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 59 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.47 |
| HSL | 84.8º | 0.39% | 0.38% | - |
| HSV(B) | 84.8º | 0.56% | 0.53% | - |
| XYZ | 14.91 | 20.25 | 7.26 | - |
| YUV | 116.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 59 | 0.23 | 0 | 0.56 | 0.47 | 84.8 | 0.39 | 0.38 |
| Hex | 67 | 86 | 3B | 17 | 0 | 38 | 2F | 55 | 27 | 26 |
| Octal | 147 | 206 | 73 | 27 | 0 | 70 | 57 | 125 | 47 | 46 |
| Binary | 1100111 | 10000110 | 111011 | 10111 | 0 | 111000 | 101111 | 1010101 | 100111 | 100110 |
Color Harmonies of #67863B
Complementary color
Monochromatic Colors of #67863B
Black with #67863B
Text Example
Text Example
White with #67863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67863B; }
p { color: rgb(103,134,59); }
H1.HeaderClassName
{
color: #67863B;
}
.AnyTagClassName
{
color: #67863B;
}
</style>
background-color css
<style>
a { background-color: #67863B; }
a { background-color: rgb(103,134,59); }
div.DivClassName
{
background-color: #67863B;
}
.BgClassName
{
background-color: #67863B;
}
</style>
border-color css
<style>
span { border-color: #67863B; }
span { border-color: rgb(103,134,59); }
td.TdClassName
{
border-color: #67863B;
}
.TagClassName
{
border-color: #67863B;
}
</style>