Shades of Clay Creek #968459
Tints of Clay Creek #968459
RGB
CMYK
RGB Variations
Color information
#968459 (or 0x968459) is known color: Clay Creek. HEX triplet: 96, 84 and 59. RGB value is (150,132,89). Sum of RGB (Red+Green+Blue) = 150+132+89=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968459 is #697BA6. Grayscale: #848484. Windows color (decimal): -6912935 or 5866646. OLE color: 5866646.
HSL color Cylindrical-coordinate representation of color #968459: hue angle of 42.3º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968459 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 89 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.41 |
| HSL | 42.3º | 0.26% | 0.47% | - |
| HSV(B) | 42.3º | 0.41% | 0.59% | - |
| XYZ | 22.63 | 23.71 | 12.83 | - |
| YUV | 132.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 89 | 0 | 0.12 | 0.41 | 0.41 | 42.3 | 0.26 | 0.47 |
| Hex | 96 | 84 | 59 | 0 | C | 29 | 29 | 2A | 1A | 2F |
| Octal | 226 | 204 | 131 | 0 | 14 | 51 | 51 | 52 | 32 | 57 |
| Binary | 10010110 | 10000100 | 1011001 | 0 | 1100 | 101001 | 101001 | 101010 | 11010 | 101111 |
Color Harmonies of #968459
Complementary color
Monochromatic Colors of #968459
Black with #968459
Text Example
Text Example
White with #968459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968459; }
p { color: rgb(150,132,89); }
H1.HeaderClassName
{
color: #968459;
}
.AnyTagClassName
{
color: #968459;
}
</style>
background-color css
<style>
a { background-color: #968459; }
a { background-color: rgb(150,132,89); }
div.DivClassName
{
background-color: #968459;
}
.BgClassName
{
background-color: #968459;
}
</style>
border-color css
<style>
span { border-color: #968459; }
span { border-color: rgb(150,132,89); }
td.TdClassName
{
border-color: #968459;
}
.TagClassName
{
border-color: #968459;
}
</style>