Shades of Clay Creek #978F56
Tints of Clay Creek #978F56
RGB
CMYK
RGB Variations
Color information
#978F56 (or 0x978F56) is known color: Clay Creek. HEX triplet: 97, 8F and 56. RGB value is (151,143,86). Sum of RGB (Red+Green+Blue) = 151+143+86=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #978F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F56 is #6870A9. Grayscale: #8B8B8B. Windows color (decimal): -6844586 or 5672855. OLE color: 5672855.
HSL color Cylindrical-coordinate representation of color #978F56: hue angle of 52.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978F56 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 86 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.41 |
| HSL | 52.62º | 0.27% | 0.46% | - |
| HSV(B) | 52.62º | 0.43% | 0.59% | - |
| XYZ | 24.26 | 26.9 | 12.72 | - |
| YUV | 138.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 86 | 0 | 0.05 | 0.43 | 0.41 | 52.62 | 0.27 | 0.46 |
| Hex | 97 | 8F | 56 | 0 | 5 | 2B | 29 | 35 | 1B | 2E |
| Octal | 227 | 217 | 126 | 0 | 5 | 53 | 51 | 65 | 33 | 56 |
| Binary | 10010111 | 10001111 | 1010110 | 0 | 101 | 101011 | 101001 | 110101 | 11011 | 101110 |
Color Harmonies of #978F56
Complementary color
Monochromatic Colors of #978F56
Black with #978F56
Text Example
Text Example
White with #978F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F56; }
p { color: rgb(151,143,86); }
H1.HeaderClassName
{
color: #978F56;
}
.AnyTagClassName
{
color: #978F56;
}
</style>
background-color css
<style>
a { background-color: #978F56; }
a { background-color: rgb(151,143,86); }
div.DivClassName
{
background-color: #978F56;
}
.BgClassName
{
background-color: #978F56;
}
</style>
border-color css
<style>
span { border-color: #978F56; }
span { border-color: rgb(151,143,86); }
td.TdClassName
{
border-color: #978F56;
}
.TagClassName
{
border-color: #978F56;
}
</style>