Shades of Clay Creek #998C55
Tints of Clay Creek #998C55
RGB
CMYK
RGB Variations
Color information
#998C55 (or 0x998C55) is known color: Clay Creek. HEX triplet: 99, 8C and 55. RGB value is (153,140,85). Sum of RGB (Red+Green+Blue) = 153+140+85=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #998C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C55 is #6673AA. Grayscale: #898989. Windows color (decimal): -6714283 or 5606553. OLE color: 5606553.
HSL color Cylindrical-coordinate representation of color #998C55: hue angle of 48.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998C55 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 85 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.4 |
| HSL | 48.53º | 0.29% | 0.47% | - |
| HSV(B) | 48.53º | 0.44% | 0.6% | - |
| XYZ | 24.15 | 26.18 | 12.38 | - |
| YUV | 137.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 85 | 0 | 0.08 | 0.44 | 0.4 | 48.53 | 0.29 | 0.47 |
| Hex | 99 | 8C | 55 | 0 | 8 | 2C | 28 | 31 | 1D | 2F |
| Octal | 231 | 214 | 125 | 0 | 10 | 54 | 50 | 61 | 35 | 57 |
| Binary | 10011001 | 10001100 | 1010101 | 0 | 1000 | 101100 | 101000 | 110001 | 11101 | 101111 |
Color Harmonies of #998C55
Complementary color
Monochromatic Colors of #998C55
Black with #998C55
Text Example
Text Example
White with #998C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C55; }
p { color: rgb(153,140,85); }
H1.HeaderClassName
{
color: #998C55;
}
.AnyTagClassName
{
color: #998C55;
}
</style>
background-color css
<style>
a { background-color: #998C55; }
a { background-color: rgb(153,140,85); }
div.DivClassName
{
background-color: #998C55;
}
.BgClassName
{
background-color: #998C55;
}
</style>
border-color css
<style>
span { border-color: #998C55; }
span { border-color: rgb(153,140,85); }
td.TdClassName
{
border-color: #998C55;
}
.TagClassName
{
border-color: #998C55;
}
</style>