Shades of Clay Creek #968554
Tints of Clay Creek #968554
RGB
CMYK
RGB Variations
Color information
#968554 (or 0x968554) is known color: Clay Creek. HEX triplet: 96, 85 and 54. RGB value is (150,133,84). Sum of RGB (Red+Green+Blue) = 150+133+84=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968554 is #697AAB. Grayscale: #848484. Windows color (decimal): -6912684 or 5539222. OLE color: 5539222.
HSL color Cylindrical-coordinate representation of color #968554: hue angle of 44.55º 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 #968554 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 84 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.41 |
| HSL | 44.55º | 0.28% | 0.46% | - |
| HSV(B) | 44.55º | 0.44% | 0.59% | - |
| XYZ | 22.57 | 23.9 | 11.81 | - |
| YUV | 132.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 84 | 0 | 0.11 | 0.44 | 0.41 | 44.55 | 0.28 | 0.46 |
| Hex | 96 | 85 | 54 | 0 | B | 2C | 29 | 2D | 1C | 2E |
| Octal | 226 | 205 | 124 | 0 | 13 | 54 | 51 | 55 | 34 | 56 |
| Binary | 10010110 | 10000101 | 1010100 | 0 | 1011 | 101100 | 101001 | 101101 | 11100 | 101110 |
Color Harmonies of #968554
Complementary color
Monochromatic Colors of #968554
Black with #968554
Text Example
Text Example
White with #968554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968554; }
p { color: rgb(150,133,84); }
H1.HeaderClassName
{
color: #968554;
}
.AnyTagClassName
{
color: #968554;
}
</style>
background-color css
<style>
a { background-color: #968554; }
a { background-color: rgb(150,133,84); }
div.DivClassName
{
background-color: #968554;
}
.BgClassName
{
background-color: #968554;
}
</style>
border-color css
<style>
span { border-color: #968554; }
span { border-color: rgb(150,133,84); }
td.TdClassName
{
border-color: #968554;
}
.TagClassName
{
border-color: #968554;
}
</style>