Shades of Clay Creek #968551
Tints of Clay Creek #968551
RGB
CMYK
RGB Variations
Color information
#968551 (or 0x968551) is known color: Clay Creek. HEX triplet: 96, 85 and 51. RGB value is (150,133,81). Sum of RGB (Red+Green+Blue) = 150+133+81=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #968551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968551 is #697AAE. Grayscale: #848484. Windows color (decimal): -6912687 or 5342614. OLE color: 5342614.
HSL color Cylindrical-coordinate representation of color #968551: hue angle of 45.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #968551 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 81 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.41 |
| HSL | 45.22º | 0.3% | 0.45% | - |
| HSV(B) | 45.22º | 0.46% | 0.59% | - |
| XYZ | 22.45 | 23.85 | 11.21 | - |
| YUV | 132.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 81 | 0 | 0.11 | 0.46 | 0.41 | 45.22 | 0.3 | 0.45 |
| Hex | 96 | 85 | 51 | 0 | B | 2E | 29 | 2D | 1E | 2D |
| Octal | 226 | 205 | 121 | 0 | 13 | 56 | 51 | 55 | 36 | 55 |
| Binary | 10010110 | 10000101 | 1010001 | 0 | 1011 | 101110 | 101001 | 101101 | 11110 | 101101 |
Color Harmonies of #968551
Complementary color
Monochromatic Colors of #968551
Black with #968551
Text Example
Text Example
White with #968551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968551; }
p { color: rgb(150,133,81); }
H1.HeaderClassName
{
color: #968551;
}
.AnyTagClassName
{
color: #968551;
}
</style>
background-color css
<style>
a { background-color: #968551; }
a { background-color: rgb(150,133,81); }
div.DivClassName
{
background-color: #968551;
}
.BgClassName
{
background-color: #968551;
}
</style>
border-color css
<style>
span { border-color: #968551; }
span { border-color: rgb(150,133,81); }
td.TdClassName
{
border-color: #968551;
}
.TagClassName
{
border-color: #968551;
}
</style>