Shades of Clay Creek #988C53
Tints of Clay Creek #988C53
RGB
CMYK
RGB Variations
Color information
#988C53 (or 0x988C53) is known color: Clay Creek. HEX triplet: 98, 8C and 53. RGB value is (152,140,83). Sum of RGB (Red+Green+Blue) = 152+140+83=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C53 is #6773AC. Grayscale: #898989. Windows color (decimal): -6779821 or 5475480. OLE color: 5475480.
HSL color Cylindrical-coordinate representation of color #988C53: hue angle of 49.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988C53 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 83 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.40 |
| HSL | 49.57º | 0.29% | 0.46% | - |
| HSV(B) | 49.57º | 0.45% | 0.6% | - |
| XYZ | 23.89 | 26.06 | 11.95 | - |
| YUV | 137.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 83 | 0 | 0.08 | 0.45 | 0.40 | 49.57 | 0.29 | 0.46 |
| Hex | 98 | 8C | 53 | 0 | 8 | 2D | 28 | 32 | 1D | 2E |
| Octal | 230 | 214 | 123 | 0 | 10 | 55 | 50 | 62 | 35 | 56 |
| Binary | 10011000 | 10001100 | 1010011 | 0 | 1000 | 101101 | 101000 | 110010 | 11101 | 101110 |
Color Harmonies of #988C53
Complementary color
Monochromatic Colors of #988C53
Black with #988C53
Text Example
Text Example
White with #988C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C53; }
p { color: rgb(152,140,83); }
H1.HeaderClassName
{
color: #988C53;
}
.AnyTagClassName
{
color: #988C53;
}
</style>
background-color css
<style>
a { background-color: #988C53; }
a { background-color: rgb(152,140,83); }
div.DivClassName
{
background-color: #988C53;
}
.BgClassName
{
background-color: #988C53;
}
</style>
border-color css
<style>
span { border-color: #988C53; }
span { border-color: rgb(152,140,83); }
td.TdClassName
{
border-color: #988C53;
}
.TagClassName
{
border-color: #988C53;
}
</style>