Shades of Clay Creek #988C55
Tints of Clay Creek #988C55
RGB
CMYK
RGB Variations
Color information
#988C55 (or 0x988C55) is known color: Clay Creek. HEX triplet: 98, 8C and 55. RGB value is (152,140,85). Sum of RGB (Red+Green+Blue) = 152+140+85=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C55 is #6773AA. Grayscale: #898989. Windows color (decimal): -6779819 or 5606552. OLE color: 5606552.
HSL color Cylindrical-coordinate representation of color #988C55: hue angle of 49.25º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988C55 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 85 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.40 |
| HSL | 49.25º | 0.28% | 0.46% | - |
| HSV(B) | 49.25º | 0.44% | 0.6% | - |
| XYZ | 23.97 | 26.09 | 12.37 | - |
| YUV | 137.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 85 | 0 | 0.08 | 0.44 | 0.40 | 49.25 | 0.28 | 0.46 |
| Hex | 98 | 8C | 55 | 0 | 8 | 2C | 28 | 31 | 1C | 2E |
| Octal | 230 | 214 | 125 | 0 | 10 | 54 | 50 | 61 | 34 | 56 |
| Binary | 10011000 | 10001100 | 1010101 | 0 | 1000 | 101100 | 101000 | 110001 | 11100 | 101110 |
Color Harmonies of #988C55
Complementary color
Monochromatic Colors of #988C55
Black with #988C55
Text Example
Text Example
White with #988C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C55; }
p { color: rgb(152,140,85); }
H1.HeaderClassName
{
color: #988C55;
}
.AnyTagClassName
{
color: #988C55;
}
</style>
background-color css
<style>
a { background-color: #988C55; }
a { background-color: rgb(152,140,85); }
div.DivClassName
{
background-color: #988C55;
}
.BgClassName
{
background-color: #988C55;
}
</style>
border-color css
<style>
span { border-color: #988C55; }
span { border-color: rgb(152,140,85); }
td.TdClassName
{
border-color: #988C55;
}
.TagClassName
{
border-color: #988C55;
}
</style>