Shades of Clay Creek #9A8C58
Tints of Clay Creek #9A8C58
RGB
CMYK
RGB Variations
Color information
#9A8C58 (or 0x9A8C58) is known color: Clay Creek. HEX triplet: 9A, 8C and 58. RGB value is (154,140,88). Sum of RGB (Red+Green+Blue) = 154+140+88=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C58 is #6573A7. Grayscale: #8A8A8A. Windows color (decimal): -6648744 or 5803162. OLE color: 5803162.
HSL color Cylindrical-coordinate representation of color #9A8C58: hue angle of 47.27º degrees, saturation: 0.27, 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 #9A8C58 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 88 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.40 |
| HSL | 47.27º | 0.27% | 0.47% | - |
| HSV(B) | 47.27º | 0.43% | 0.6% | - |
| XYZ | 24.47 | 26.33 | 13.03 | - |
| YUV | 138.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 88 | 0 | 0.09 | 0.43 | 0.40 | 47.27 | 0.27 | 0.47 |
| Hex | 9A | 8C | 58 | 0 | 9 | 2B | 28 | 2F | 1B | 2F |
| Octal | 232 | 214 | 130 | 0 | 11 | 53 | 50 | 57 | 33 | 57 |
| Binary | 10011010 | 10001100 | 1011000 | 0 | 1001 | 101011 | 101000 | 101111 | 11011 | 101111 |
Color Harmonies of #9A8C58
Complementary color
Monochromatic Colors of #9A8C58
Black with #9A8C58
Text Example
Text Example
White with #9A8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C58; }
p { color: rgb(154,140,88); }
H1.HeaderClassName
{
color: #9A8C58;
}
.AnyTagClassName
{
color: #9A8C58;
}
</style>
background-color css
<style>
a { background-color: #9A8C58; }
a { background-color: rgb(154,140,88); }
div.DivClassName
{
background-color: #9A8C58;
}
.BgClassName
{
background-color: #9A8C58;
}
</style>
border-color css
<style>
span { border-color: #9A8C58; }
span { border-color: rgb(154,140,88); }
td.TdClassName
{
border-color: #9A8C58;
}
.TagClassName
{
border-color: #9A8C58;
}
</style>