Shades of Dingley #637B46
Tints of Dingley #637B46
RGB
CMYK
RGB Variations
Color information
#637B46 (or 0x637B46) is known color: Dingley. HEX triplet: 63, 7B and 46. RGB value is (99,123,70). Sum of RGB (Red+Green+Blue) = 99+123+70=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #637B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637B46 is #9C84B9. Grayscale: #6D6D6D. Windows color (decimal): -10257594 or 4619107. OLE color: 4619107.
HSL color Cylindrical-coordinate representation of color #637B46: hue angle of 87.17º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637B46 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 70 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.52 |
| HSL | 87.17º | 0.27% | 0.38% | - |
| HSV(B) | 87.17º | 0.43% | 0.48% | - |
| XYZ | 13.33 | 17.26 | 8.42 | - |
| YUV | 109.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 70 | 0.20 | 0 | 0.43 | 0.52 | 87.17 | 0.27 | 0.38 |
| Hex | 63 | 7B | 46 | 14 | 0 | 2B | 34 | 57 | 1B | 26 |
| Octal | 143 | 173 | 106 | 24 | 0 | 53 | 64 | 127 | 33 | 46 |
| Binary | 1100011 | 1111011 | 1000110 | 10100 | 0 | 101011 | 110100 | 1010111 | 11011 | 100110 |
Color Harmonies of #637B46
Complementary color
Monochromatic Colors of #637B46
Black with #637B46
Text Example
Text Example
White with #637B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B46; }
p { color: rgb(99,123,70); }
H1.HeaderClassName
{
color: #637B46;
}
.AnyTagClassName
{
color: #637B46;
}
</style>
background-color css
<style>
a { background-color: #637B46; }
a { background-color: rgb(99,123,70); }
div.DivClassName
{
background-color: #637B46;
}
.BgClassName
{
background-color: #637B46;
}
</style>
border-color css
<style>
span { border-color: #637B46; }
span { border-color: rgb(99,123,70); }
td.TdClassName
{
border-color: #637B46;
}
.TagClassName
{
border-color: #637B46;
}
</style>