Shades of Dingley #67854C
Tints of Dingley #67854C
RGB
CMYK
RGB Variations
Color information
#67854C (or 0x67854C) is known color: Dingley. HEX triplet: 67, 85 and 4C. RGB value is (103,133,76). Sum of RGB (Red+Green+Blue) = 103+133+76=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #67854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67854C is #987AB3. Grayscale: #757575. Windows color (decimal): -9992884 or 5014887. OLE color: 5014887.
HSL color Cylindrical-coordinate representation of color #67854C: hue angle of 91.58º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67854C is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 76 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.48 |
| HSL | 91.58º | 0.27% | 0.41% | - |
| HSV(B) | 91.58º | 0.43% | 0.52% | - |
| XYZ | 15.29 | 20.18 | 9.93 | - |
| YUV | 117.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 76 | 0.23 | 0 | 0.43 | 0.48 | 91.58 | 0.27 | 0.41 |
| Hex | 67 | 85 | 4C | 17 | 0 | 2B | 30 | 5C | 1B | 29 |
| Octal | 147 | 205 | 114 | 27 | 0 | 53 | 60 | 134 | 33 | 51 |
| Binary | 1100111 | 10000101 | 1001100 | 10111 | 0 | 101011 | 110000 | 1011100 | 11011 | 101001 |
Color Harmonies of #67854C
Complementary color
Monochromatic Colors of #67854C
Black with #67854C
Text Example
Text Example
White with #67854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67854C; }
p { color: rgb(103,133,76); }
H1.HeaderClassName
{
color: #67854C;
}
.AnyTagClassName
{
color: #67854C;
}
</style>
background-color css
<style>
a { background-color: #67854C; }
a { background-color: rgb(103,133,76); }
div.DivClassName
{
background-color: #67854C;
}
.BgClassName
{
background-color: #67854C;
}
</style>
border-color css
<style>
span { border-color: #67854C; }
span { border-color: rgb(103,133,76); }
td.TdClassName
{
border-color: #67854C;
}
.TagClassName
{
border-color: #67854C;
}
</style>