Shades of Dingley #67873D
Tints of Dingley #67873D
RGB
CMYK
RGB Variations
Color information
#67873D (or 0x67873D) is known color: Dingley. HEX triplet: 67, 87 and 3D. RGB value is (103,135,61). Sum of RGB (Red+Green+Blue) = 103+135+61=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #67873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67873D is #9878C2. Grayscale: #757575. Windows color (decimal): -9992387 or 4032359. OLE color: 4032359.
HSL color Cylindrical-coordinate representation of color #67873D: hue angle of 85.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67873D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 61 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.47 |
| HSL | 85.95º | 0.38% | 0.38% | - |
| HSV(B) | 85.95º | 0.55% | 0.53% | - |
| XYZ | 15.1 | 20.55 | 7.59 | - |
| YUV | 117 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 61 | 0.24 | 0 | 0.55 | 0.47 | 85.95 | 0.38 | 0.38 |
| Hex | 67 | 87 | 3D | 18 | 0 | 37 | 2F | 56 | 26 | 26 |
| Octal | 147 | 207 | 75 | 30 | 0 | 67 | 57 | 126 | 46 | 46 |
| Binary | 1100111 | 10000111 | 111101 | 11000 | 0 | 110111 | 101111 | 1010110 | 100110 | 100110 |
Color Harmonies of #67873D
Complementary color
Monochromatic Colors of #67873D
Black with #67873D
Text Example
Text Example
White with #67873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67873D; }
p { color: rgb(103,135,61); }
H1.HeaderClassName
{
color: #67873D;
}
.AnyTagClassName
{
color: #67873D;
}
</style>
background-color css
<style>
a { background-color: #67873D; }
a { background-color: rgb(103,135,61); }
div.DivClassName
{
background-color: #67873D;
}
.BgClassName
{
background-color: #67873D;
}
</style>
border-color css
<style>
span { border-color: #67873D; }
span { border-color: rgb(103,135,61); }
td.TdClassName
{
border-color: #67873D;
}
.TagClassName
{
border-color: #67873D;
}
</style>