Shades of Clay Creek #968D54
Tints of Clay Creek #968D54
RGB
CMYK
RGB Variations
Color information
#968D54 (or 0x968D54) is known color: Clay Creek. HEX triplet: 96, 8D and 54. RGB value is (150,141,84). Sum of RGB (Red+Green+Blue) = 150+141+84=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #968D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D54 is #6972AB. Grayscale: #898989. Windows color (decimal): -6910636 or 5541270. OLE color: 5541270.
HSL color Cylindrical-coordinate representation of color #968D54: hue angle of 51.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968D54 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 84 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.41 |
| HSL | 51.82º | 0.28% | 0.46% | - |
| HSV(B) | 51.82º | 0.44% | 0.59% | - |
| XYZ | 23.7 | 26.17 | 12.19 | - |
| YUV | 137.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 84 | 0 | 0.06 | 0.44 | 0.41 | 51.82 | 0.28 | 0.46 |
| Hex | 96 | 8D | 54 | 0 | 6 | 2C | 29 | 34 | 1C | 2E |
| Octal | 226 | 215 | 124 | 0 | 6 | 54 | 51 | 64 | 34 | 56 |
| Binary | 10010110 | 10001101 | 1010100 | 0 | 110 | 101100 | 101001 | 110100 | 11100 | 101110 |
Color Harmonies of #968D54
Complementary color
Monochromatic Colors of #968D54
Black with #968D54
Text Example
Text Example
White with #968D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D54; }
p { color: rgb(150,141,84); }
H1.HeaderClassName
{
color: #968D54;
}
.AnyTagClassName
{
color: #968D54;
}
</style>
background-color css
<style>
a { background-color: #968D54; }
a { background-color: rgb(150,141,84); }
div.DivClassName
{
background-color: #968D54;
}
.BgClassName
{
background-color: #968D54;
}
</style>
border-color css
<style>
span { border-color: #968D54; }
span { border-color: rgb(150,141,84); }
td.TdClassName
{
border-color: #968D54;
}
.TagClassName
{
border-color: #968D54;
}
</style>