Shades of Clay Creek #998A57
Tints of Clay Creek #998A57
RGB
CMYK
RGB Variations
Color information
#998A57 (or 0x998A57) is known color: Clay Creek. HEX triplet: 99, 8A and 57. RGB value is (153,138,87). Sum of RGB (Red+Green+Blue) = 153+138+87=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #998A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A57 is #6675A8. Grayscale: #888888. Windows color (decimal): -6714793 or 5737113. OLE color: 5737113.
HSL color Cylindrical-coordinate representation of color #998A57: hue angle of 46.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998A57 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 87 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.4 |
| HSL | 46.36º | 0.28% | 0.47% | - |
| HSV(B) | 46.36º | 0.43% | 0.6% | - |
| XYZ | 23.95 | 25.64 | 12.7 | - |
| YUV | 136.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 87 | 0 | 0.10 | 0.43 | 0.4 | 46.36 | 0.28 | 0.47 |
| Hex | 99 | 8A | 57 | 0 | A | 2B | 28 | 2E | 1C | 2F |
| Octal | 231 | 212 | 127 | 0 | 12 | 53 | 50 | 56 | 34 | 57 |
| Binary | 10011001 | 10001010 | 1010111 | 0 | 1010 | 101011 | 101000 | 101110 | 11100 | 101111 |
Color Harmonies of #998A57
Complementary color
Monochromatic Colors of #998A57
Black with #998A57
Text Example
Text Example
White with #998A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A57; }
p { color: rgb(153,138,87); }
H1.HeaderClassName
{
color: #998A57;
}
.AnyTagClassName
{
color: #998A57;
}
</style>
background-color css
<style>
a { background-color: #998A57; }
a { background-color: rgb(153,138,87); }
div.DivClassName
{
background-color: #998A57;
}
.BgClassName
{
background-color: #998A57;
}
</style>
border-color css
<style>
span { border-color: #998A57; }
span { border-color: rgb(153,138,87); }
td.TdClassName
{
border-color: #998A57;
}
.TagClassName
{
border-color: #998A57;
}
</style>