Shades of Clay Creek #998C52
Tints of Clay Creek #998C52
RGB
CMYK
RGB Variations
Color information
#998C52 (or 0x998C52) is known color: Clay Creek. HEX triplet: 99, 8C and 52. RGB value is (153,140,82). Sum of RGB (Red+Green+Blue) = 153+140+82=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #998C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C52 is #6673AD. Grayscale: #898989. Windows color (decimal): -6714286 or 5409945. OLE color: 5409945.
HSL color Cylindrical-coordinate representation of color #998C52: hue angle of 49.01º 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 #998C52 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 82 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.4 |
| HSL | 49.01º | 0.3% | 0.46% | - |
| HSV(B) | 49.01º | 0.46% | 0.6% | - |
| XYZ | 24.04 | 26.14 | 11.76 | - |
| YUV | 137.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 82 | 0 | 0.08 | 0.46 | 0.4 | 49.01 | 0.3 | 0.46 |
| Hex | 99 | 8C | 52 | 0 | 8 | 2E | 28 | 31 | 1E | 2E |
| Octal | 231 | 214 | 122 | 0 | 10 | 56 | 50 | 61 | 36 | 56 |
| Binary | 10011001 | 10001100 | 1010010 | 0 | 1000 | 101110 | 101000 | 110001 | 11110 | 101110 |
Color Harmonies of #998C52
Complementary color
Monochromatic Colors of #998C52
Black with #998C52
Text Example
Text Example
White with #998C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C52; }
p { color: rgb(153,140,82); }
H1.HeaderClassName
{
color: #998C52;
}
.AnyTagClassName
{
color: #998C52;
}
</style>
background-color css
<style>
a { background-color: #998C52; }
a { background-color: rgb(153,140,82); }
div.DivClassName
{
background-color: #998C52;
}
.BgClassName
{
background-color: #998C52;
}
</style>
border-color css
<style>
span { border-color: #998C52; }
span { border-color: rgb(153,140,82); }
td.TdClassName
{
border-color: #998C52;
}
.TagClassName
{
border-color: #998C52;
}
</style>