Shades of Clay Creek #9A8C53
Tints of Clay Creek #9A8C53
RGB
CMYK
RGB Variations
Color information
#9A8C53 (or 0x9A8C53) is known color: Clay Creek. HEX triplet: 9A, 8C and 53. RGB value is (154,140,83). Sum of RGB (Red+Green+Blue) = 154+140+83=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C53 is #6573AC. Grayscale: #898989. Windows color (decimal): -6648749 or 5475482. OLE color: 5475482.
HSL color Cylindrical-coordinate representation of color #9A8C53: hue angle of 48.17º 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 #9A8C53 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 83 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.40 |
| HSL | 48.17º | 0.3% | 0.46% | - |
| HSV(B) | 48.17º | 0.46% | 0.6% | - |
| XYZ | 24.27 | 26.25 | 11.97 | - |
| YUV | 137.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 83 | 0 | 0.09 | 0.46 | 0.40 | 48.17 | 0.3 | 0.46 |
| Hex | 9A | 8C | 53 | 0 | 9 | 2E | 28 | 30 | 1E | 2E |
| Octal | 232 | 214 | 123 | 0 | 11 | 56 | 50 | 60 | 36 | 56 |
| Binary | 10011010 | 10001100 | 1010011 | 0 | 1001 | 101110 | 101000 | 110000 | 11110 | 101110 |
Color Harmonies of #9A8C53
Complementary color
Monochromatic Colors of #9A8C53
Black with #9A8C53
Text Example
Text Example
White with #9A8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C53; }
p { color: rgb(154,140,83); }
H1.HeaderClassName
{
color: #9A8C53;
}
.AnyTagClassName
{
color: #9A8C53;
}
</style>
background-color css
<style>
a { background-color: #9A8C53; }
a { background-color: rgb(154,140,83); }
div.DivClassName
{
background-color: #9A8C53;
}
.BgClassName
{
background-color: #9A8C53;
}
</style>
border-color css
<style>
span { border-color: #9A8C53; }
span { border-color: rgb(154,140,83); }
td.TdClassName
{
border-color: #9A8C53;
}
.TagClassName
{
border-color: #9A8C53;
}
</style>