Shades of Clay Creek #978C56
Tints of Clay Creek #978C56
RGB
CMYK
RGB Variations
Color information
#978C56 (or 0x978C56) is known color: Clay Creek. HEX triplet: 97, 8C and 56. RGB value is (151,140,86). Sum of RGB (Red+Green+Blue) = 151+140+86=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C56 is #6873A9. Grayscale: #898989. Windows color (decimal): -6845354 or 5672087. OLE color: 5672087.
HSL color Cylindrical-coordinate representation of color #978C56: hue angle of 49.85º 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 #978C56 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 86 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.41 |
| HSL | 49.85º | 0.27% | 0.46% | - |
| HSV(B) | 49.85º | 0.43% | 0.59% | - |
| XYZ | 23.82 | 26.01 | 12.57 | - |
| YUV | 137.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 86 | 0 | 0.07 | 0.43 | 0.41 | 49.85 | 0.27 | 0.46 |
| Hex | 97 | 8C | 56 | 0 | 7 | 2B | 29 | 32 | 1B | 2E |
| Octal | 227 | 214 | 126 | 0 | 7 | 53 | 51 | 62 | 33 | 56 |
| Binary | 10010111 | 10001100 | 1010110 | 0 | 111 | 101011 | 101001 | 110010 | 11011 | 101110 |
Color Harmonies of #978C56
Complementary color
Monochromatic Colors of #978C56
Black with #978C56
Text Example
Text Example
White with #978C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C56; }
p { color: rgb(151,140,86); }
H1.HeaderClassName
{
color: #978C56;
}
.AnyTagClassName
{
color: #978C56;
}
</style>
background-color css
<style>
a { background-color: #978C56; }
a { background-color: rgb(151,140,86); }
div.DivClassName
{
background-color: #978C56;
}
.BgClassName
{
background-color: #978C56;
}
</style>
border-color css
<style>
span { border-color: #978C56; }
span { border-color: rgb(151,140,86); }
td.TdClassName
{
border-color: #978C56;
}
.TagClassName
{
border-color: #978C56;
}
</style>