Shades of Clay Creek #988D57
Tints of Clay Creek #988D57
RGB
CMYK
RGB Variations
Color information
#988D57 (or 0x988D57) is known color: Clay Creek. HEX triplet: 98, 8D and 57. RGB value is (152,141,87). Sum of RGB (Red+Green+Blue) = 152+141+87=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D57 is #6772A8. Grayscale: #8A8A8A. Windows color (decimal): -6779561 or 5737880. OLE color: 5737880.
HSL color Cylindrical-coordinate representation of color #988D57: hue angle of 49.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988D57 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 87 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.40 |
| HSL | 49.85º | 0.27% | 0.47% | - |
| HSV(B) | 49.85º | 0.43% | 0.6% | - |
| XYZ | 24.19 | 26.41 | 12.84 | - |
| YUV | 138.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 87 | 0 | 0.07 | 0.43 | 0.40 | 49.85 | 0.27 | 0.47 |
| Hex | 98 | 8D | 57 | 0 | 7 | 2B | 28 | 32 | 1B | 2F |
| Octal | 230 | 215 | 127 | 0 | 7 | 53 | 50 | 62 | 33 | 57 |
| Binary | 10011000 | 10001101 | 1010111 | 0 | 111 | 101011 | 101000 | 110010 | 11011 | 101111 |
Color Harmonies of #988D57
Complementary color
Monochromatic Colors of #988D57
Black with #988D57
Text Example
Text Example
White with #988D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D57; }
p { color: rgb(152,141,87); }
H1.HeaderClassName
{
color: #988D57;
}
.AnyTagClassName
{
color: #988D57;
}
</style>
background-color css
<style>
a { background-color: #988D57; }
a { background-color: rgb(152,141,87); }
div.DivClassName
{
background-color: #988D57;
}
.BgClassName
{
background-color: #988D57;
}
</style>
border-color css
<style>
span { border-color: #988D57; }
span { border-color: rgb(152,141,87); }
td.TdClassName
{
border-color: #988D57;
}
.TagClassName
{
border-color: #988D57;
}
</style>