Shades of Clay Creek #968F54
Tints of Clay Creek #968F54
RGB
CMYK
RGB Variations
Color information
#968F54 (or 0x968F54) is known color: Clay Creek. HEX triplet: 96, 8F and 54. RGB value is (150,143,84). Sum of RGB (Red+Green+Blue) = 150+143+84=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F54 is #6970AB. Grayscale: #8A8A8A. Windows color (decimal): -6910124 or 5541782. OLE color: 5541782.
HSL color Cylindrical-coordinate representation of color #968F54: hue angle of 53.64º 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 #968F54 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 84 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.41 |
| HSL | 53.64º | 0.28% | 0.46% | - |
| HSV(B) | 53.64º | 0.44% | 0.59% | - |
| XYZ | 24 | 26.77 | 12.29 | - |
| YUV | 138.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 84 | 0 | 0.05 | 0.44 | 0.41 | 53.64 | 0.28 | 0.46 |
| Hex | 96 | 8F | 54 | 0 | 5 | 2C | 29 | 36 | 1C | 2E |
| Octal | 226 | 217 | 124 | 0 | 5 | 54 | 51 | 66 | 34 | 56 |
| Binary | 10010110 | 10001111 | 1010100 | 0 | 101 | 101100 | 101001 | 110110 | 11100 | 101110 |
Color Harmonies of #968F54
Complementary color
Monochromatic Colors of #968F54
Black with #968F54
Text Example
Text Example
White with #968F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F54; }
p { color: rgb(150,143,84); }
H1.HeaderClassName
{
color: #968F54;
}
.AnyTagClassName
{
color: #968F54;
}
</style>
background-color css
<style>
a { background-color: #968F54; }
a { background-color: rgb(150,143,84); }
div.DivClassName
{
background-color: #968F54;
}
.BgClassName
{
background-color: #968F54;
}
</style>
border-color css
<style>
span { border-color: #968F54; }
span { border-color: rgb(150,143,84); }
td.TdClassName
{
border-color: #968F54;
}
.TagClassName
{
border-color: #968F54;
}
</style>