Shades of Clay Creek #978A58
Tints of Clay Creek #978A58
RGB
CMYK
RGB Variations
Color information
#978A58 (or 0x978A58) is known color: Clay Creek. HEX triplet: 97, 8A and 58. RGB value is (151,138,88). Sum of RGB (Red+Green+Blue) = 151+138+88=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A58 is #6875A7. Grayscale: #888888. Windows color (decimal): -6845864 or 5802647. OLE color: 5802647.
HSL color Cylindrical-coordinate representation of color #978A58: hue angle of 47.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978A58 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 88 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.41 |
| HSL | 47.62º | 0.26% | 0.47% | - |
| HSV(B) | 47.62º | 0.42% | 0.59% | - |
| XYZ | 23.61 | 25.46 | 12.9 | - |
| YUV | 136.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 88 | 0 | 0.09 | 0.42 | 0.41 | 47.62 | 0.26 | 0.47 |
| Hex | 97 | 8A | 58 | 0 | 9 | 2A | 29 | 30 | 1A | 2F |
| Octal | 227 | 212 | 130 | 0 | 11 | 52 | 51 | 60 | 32 | 57 |
| Binary | 10010111 | 10001010 | 1011000 | 0 | 1001 | 101010 | 101001 | 110000 | 11010 | 101111 |
Color Harmonies of #978A58
Complementary color
Monochromatic Colors of #978A58
Black with #978A58
Text Example
Text Example
White with #978A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A58; }
p { color: rgb(151,138,88); }
H1.HeaderClassName
{
color: #978A58;
}
.AnyTagClassName
{
color: #978A58;
}
</style>
background-color css
<style>
a { background-color: #978A58; }
a { background-color: rgb(151,138,88); }
div.DivClassName
{
background-color: #978A58;
}
.BgClassName
{
background-color: #978A58;
}
</style>
border-color css
<style>
span { border-color: #978A58; }
span { border-color: rgb(151,138,88); }
td.TdClassName
{
border-color: #978A58;
}
.TagClassName
{
border-color: #978A58;
}
</style>