Shades of Clay Creek #998D53
Tints of Clay Creek #998D53
RGB
CMYK
RGB Variations
Color information
#998D53 (or 0x998D53) is known color: Clay Creek. HEX triplet: 99, 8D and 53. RGB value is (153,141,83). Sum of RGB (Red+Green+Blue) = 153+141+83=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D53 is #6672AC. Grayscale: #8A8A8A. Windows color (decimal): -6714029 or 5475737. OLE color: 5475737.
HSL color Cylindrical-coordinate representation of color #998D53: hue angle of 49.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998D53 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 83 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.4 |
| HSL | 49.71º | 0.3% | 0.46% | - |
| HSV(B) | 49.71º | 0.46% | 0.6% | - |
| XYZ | 24.22 | 26.45 | 12.01 | - |
| YUV | 137.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 83 | 0 | 0.08 | 0.46 | 0.4 | 49.71 | 0.3 | 0.46 |
| Hex | 99 | 8D | 53 | 0 | 8 | 2E | 28 | 32 | 1E | 2E |
| Octal | 231 | 215 | 123 | 0 | 10 | 56 | 50 | 62 | 36 | 56 |
| Binary | 10011001 | 10001101 | 1010011 | 0 | 1000 | 101110 | 101000 | 110010 | 11110 | 101110 |
Color Harmonies of #998D53
Complementary color
Monochromatic Colors of #998D53
Black with #998D53
Text Example
Text Example
White with #998D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D53; }
p { color: rgb(153,141,83); }
H1.HeaderClassName
{
color: #998D53;
}
.AnyTagClassName
{
color: #998D53;
}
</style>
background-color css
<style>
a { background-color: #998D53; }
a { background-color: rgb(153,141,83); }
div.DivClassName
{
background-color: #998D53;
}
.BgClassName
{
background-color: #998D53;
}
</style>
border-color css
<style>
span { border-color: #998D53; }
span { border-color: rgb(153,141,83); }
td.TdClassName
{
border-color: #998D53;
}
.TagClassName
{
border-color: #998D53;
}
</style>