Shades of Clay Creek #988C56
Tints of Clay Creek #988C56
RGB
CMYK
RGB Variations
Color information
#988C56 (or 0x988C56) is known color: Clay Creek. HEX triplet: 98, 8C and 56. RGB value is (152,140,86). Sum of RGB (Red+Green+Blue) = 152+140+86=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #988C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C56 is #6773A9. Grayscale: #898989. Windows color (decimal): -6779818 or 5672088. OLE color: 5672088.
HSL color Cylindrical-coordinate representation of color #988C56: hue angle of 49.09º degrees, saturation: 0.28, 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 #988C56 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 86 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.40 |
| HSL | 49.09º | 0.28% | 0.47% | - |
| HSV(B) | 49.09º | 0.43% | 0.6% | - |
| XYZ | 24.01 | 26.1 | 12.58 | - |
| YUV | 137.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 86 | 0 | 0.08 | 0.43 | 0.40 | 49.09 | 0.28 | 0.47 |
| Hex | 98 | 8C | 56 | 0 | 8 | 2B | 28 | 31 | 1C | 2F |
| Octal | 230 | 214 | 126 | 0 | 10 | 53 | 50 | 61 | 34 | 57 |
| Binary | 10011000 | 10001100 | 1010110 | 0 | 1000 | 101011 | 101000 | 110001 | 11100 | 101111 |
Color Harmonies of #988C56
Complementary color
Monochromatic Colors of #988C56
Black with #988C56
Text Example
Text Example
White with #988C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C56; }
p { color: rgb(152,140,86); }
H1.HeaderClassName
{
color: #988C56;
}
.AnyTagClassName
{
color: #988C56;
}
</style>
background-color css
<style>
a { background-color: #988C56; }
a { background-color: rgb(152,140,86); }
div.DivClassName
{
background-color: #988C56;
}
.BgClassName
{
background-color: #988C56;
}
</style>
border-color css
<style>
span { border-color: #988C56; }
span { border-color: rgb(152,140,86); }
td.TdClassName
{
border-color: #988C56;
}
.TagClassName
{
border-color: #988C56;
}
</style>