Shades of Dingley #677B4A
Tints of Dingley #677B4A
RGB
CMYK
RGB Variations
Color information
#677B4A (or 0x677B4A) is known color: Dingley. HEX triplet: 67, 7B and 4A. RGB value is (103,123,74). Sum of RGB (Red+Green+Blue) = 103+123+74=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #677B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B4A is #9884B5. Grayscale: #6F6F6F. Windows color (decimal): -9995446 or 4881255. OLE color: 4881255.
HSL color Cylindrical-coordinate representation of color #677B4A: hue angle of 84.49º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677B4A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 74 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.52 |
| HSL | 84.49º | 0.25% | 0.39% | - |
| HSV(B) | 84.49º | 0.4% | 0.48% | - |
| XYZ | 13.91 | 17.54 | 9.13 | - |
| YUV | 111.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 74 | 0.16 | 0 | 0.40 | 0.52 | 84.49 | 0.25 | 0.39 |
| Hex | 67 | 7B | 4A | 10 | 0 | 28 | 34 | 54 | 19 | 27 |
| Octal | 147 | 173 | 112 | 20 | 0 | 50 | 64 | 124 | 31 | 47 |
| Binary | 1100111 | 1111011 | 1001010 | 10000 | 0 | 101000 | 110100 | 1010100 | 11001 | 100111 |
Color Harmonies of #677B4A
Complementary color
Monochromatic Colors of #677B4A
Black with #677B4A
Text Example
Text Example
White with #677B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B4A; }
p { color: rgb(103,123,74); }
H1.HeaderClassName
{
color: #677B4A;
}
.AnyTagClassName
{
color: #677B4A;
}
</style>
background-color css
<style>
a { background-color: #677B4A; }
a { background-color: rgb(103,123,74); }
div.DivClassName
{
background-color: #677B4A;
}
.BgClassName
{
background-color: #677B4A;
}
</style>
border-color css
<style>
span { border-color: #677B4A; }
span { border-color: rgb(103,123,74); }
td.TdClassName
{
border-color: #677B4A;
}
.TagClassName
{
border-color: #677B4A;
}
</style>