Shades of Clay Creek #998C53
Tints of Clay Creek #998C53
RGB
CMYK
RGB Variations
Color information
#998C53 (or 0x998C53) is known color: Clay Creek. HEX triplet: 99, 8C and 53. RGB value is (153,140,83). Sum of RGB (Red+Green+Blue) = 153+140+83=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #998C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C53 is #6673AC. Grayscale: #898989. Windows color (decimal): -6714285 or 5475481. OLE color: 5475481.
HSL color Cylindrical-coordinate representation of color #998C53: hue angle of 48.86º 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 #998C53 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 83 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.4 |
| HSL | 48.86º | 0.3% | 0.46% | - |
| HSV(B) | 48.86º | 0.46% | 0.6% | - |
| XYZ | 24.08 | 26.15 | 11.96 | - |
| YUV | 137.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 83 | 0 | 0.08 | 0.46 | 0.4 | 48.86 | 0.3 | 0.46 |
| Hex | 99 | 8C | 53 | 0 | 8 | 2E | 28 | 31 | 1E | 2E |
| Octal | 231 | 214 | 123 | 0 | 10 | 56 | 50 | 61 | 36 | 56 |
| Binary | 10011001 | 10001100 | 1010011 | 0 | 1000 | 101110 | 101000 | 110001 | 11110 | 101110 |
Color Harmonies of #998C53
Complementary color
Monochromatic Colors of #998C53
Black with #998C53
Text Example
Text Example
White with #998C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C53; }
p { color: rgb(153,140,83); }
H1.HeaderClassName
{
color: #998C53;
}
.AnyTagClassName
{
color: #998C53;
}
</style>
background-color css
<style>
a { background-color: #998C53; }
a { background-color: rgb(153,140,83); }
div.DivClassName
{
background-color: #998C53;
}
.BgClassName
{
background-color: #998C53;
}
</style>
border-color css
<style>
span { border-color: #998C53; }
span { border-color: rgb(153,140,83); }
td.TdClassName
{
border-color: #998C53;
}
.TagClassName
{
border-color: #998C53;
}
</style>