Shades of Clay Creek #9A8D56
Tints of Clay Creek #9A8D56
RGB
CMYK
RGB Variations
Color information
#9A8D56 (or 0x9A8D56) is known color: Clay Creek. HEX triplet: 9A, 8D and 56. RGB value is (154,141,86). Sum of RGB (Red+Green+Blue) = 154+141+86=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D56 is #6572A9. Grayscale: #8A8A8A. Windows color (decimal): -6648490 or 5672346. OLE color: 5672346.
HSL color Cylindrical-coordinate representation of color #9A8D56: hue angle of 48.53º degrees, saturation: 0.28, 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 #9A8D56 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 86 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.40 |
| HSL | 48.53º | 0.28% | 0.47% | - |
| HSV(B) | 48.53º | 0.44% | 0.6% | - |
| XYZ | 24.53 | 26.59 | 12.64 | - |
| YUV | 138.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 86 | 0 | 0.08 | 0.44 | 0.40 | 48.53 | 0.28 | 0.47 |
| Hex | 9A | 8D | 56 | 0 | 8 | 2C | 28 | 31 | 1C | 2F |
| Octal | 232 | 215 | 126 | 0 | 10 | 54 | 50 | 61 | 34 | 57 |
| Binary | 10011010 | 10001101 | 1010110 | 0 | 1000 | 101100 | 101000 | 110001 | 11100 | 101111 |
Color Harmonies of #9A8D56
Complementary color
Monochromatic Colors of #9A8D56
Black with #9A8D56
Text Example
Text Example
White with #9A8D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D56; }
p { color: rgb(154,141,86); }
H1.HeaderClassName
{
color: #9A8D56;
}
.AnyTagClassName
{
color: #9A8D56;
}
</style>
background-color css
<style>
a { background-color: #9A8D56; }
a { background-color: rgb(154,141,86); }
div.DivClassName
{
background-color: #9A8D56;
}
.BgClassName
{
background-color: #9A8D56;
}
</style>
border-color css
<style>
span { border-color: #9A8D56; }
span { border-color: rgb(154,141,86); }
td.TdClassName
{
border-color: #9A8D56;
}
.TagClassName
{
border-color: #9A8D56;
}
</style>