Shades of Clay Creek #968C59
Tints of Clay Creek #968C59
RGB
CMYK
RGB Variations
Color information
#968C59 (or 0x968C59) is known color: Clay Creek. HEX triplet: 96, 8C and 59. RGB value is (150,140,89). Sum of RGB (Red+Green+Blue) = 150+140+89=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #968C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C59 is #6973A6. Grayscale: #898989. Windows color (decimal): -6910887 or 5868694. OLE color: 5868694.
HSL color Cylindrical-coordinate representation of color #968C59: hue angle of 50.16º 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 #968C59 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 89 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.41 |
| HSL | 50.16º | 0.26% | 0.47% | - |
| HSV(B) | 50.16º | 0.41% | 0.59% | - |
| XYZ | 23.76 | 25.96 | 13.21 | - |
| YUV | 137.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 89 | 0 | 0.07 | 0.41 | 0.41 | 50.16 | 0.26 | 0.47 |
| Hex | 96 | 8C | 59 | 0 | 7 | 29 | 29 | 32 | 1A | 2F |
| Octal | 226 | 214 | 131 | 0 | 7 | 51 | 51 | 62 | 32 | 57 |
| Binary | 10010110 | 10001100 | 1011001 | 0 | 111 | 101001 | 101001 | 110010 | 11010 | 101111 |
Color Harmonies of #968C59
Complementary color
Monochromatic Colors of #968C59
Black with #968C59
Text Example
Text Example
White with #968C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C59; }
p { color: rgb(150,140,89); }
H1.HeaderClassName
{
color: #968C59;
}
.AnyTagClassName
{
color: #968C59;
}
</style>
background-color css
<style>
a { background-color: #968C59; }
a { background-color: rgb(150,140,89); }
div.DivClassName
{
background-color: #968C59;
}
.BgClassName
{
background-color: #968C59;
}
</style>
border-color css
<style>
span { border-color: #968C59; }
span { border-color: rgb(150,140,89); }
td.TdClassName
{
border-color: #968C59;
}
.TagClassName
{
border-color: #968C59;
}
</style>