Shades of Dingley #67824E
Tints of Dingley #67824E
RGB
CMYK
RGB Variations
Color information
#67824E (or 0x67824E) is known color: Dingley. HEX triplet: 67, 82 and 4E. RGB value is (103,130,78). Sum of RGB (Red+Green+Blue) = 103+130+78=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #67824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67824E is #987DB1. Grayscale: #747474. Windows color (decimal): -9993650 or 5145191. OLE color: 5145191.
HSL color Cylindrical-coordinate representation of color #67824E: hue angle of 91.15º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67824E is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 78 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.49 |
| HSL | 91.15º | 0.25% | 0.41% | - |
| HSV(B) | 91.15º | 0.4% | 0.51% | - |
| XYZ | 14.95 | 19.4 | 10.16 | - |
| YUV | 116 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 78 | 0.21 | 0 | 0.40 | 0.49 | 91.15 | 0.25 | 0.41 |
| Hex | 67 | 82 | 4E | 15 | 0 | 28 | 31 | 5B | 19 | 29 |
| Octal | 147 | 202 | 116 | 25 | 0 | 50 | 61 | 133 | 31 | 51 |
| Binary | 1100111 | 10000010 | 1001110 | 10101 | 0 | 101000 | 110001 | 1011011 | 11001 | 101001 |
Color Harmonies of #67824E
Complementary color
Monochromatic Colors of #67824E
Black with #67824E
Text Example
Text Example
White with #67824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67824E; }
p { color: rgb(103,130,78); }
H1.HeaderClassName
{
color: #67824E;
}
.AnyTagClassName
{
color: #67824E;
}
</style>
background-color css
<style>
a { background-color: #67824E; }
a { background-color: rgb(103,130,78); }
div.DivClassName
{
background-color: #67824E;
}
.BgClassName
{
background-color: #67824E;
}
</style>
border-color css
<style>
span { border-color: #67824E; }
span { border-color: rgb(103,130,78); }
td.TdClassName
{
border-color: #67824E;
}
.TagClassName
{
border-color: #67824E;
}
</style>