Shades of Clay Creek #968559
Tints of Clay Creek #968559
RGB
CMYK
RGB Variations
Color information
#968559 (or 0x968559) is known color: Clay Creek. HEX triplet: 96, 85 and 59. RGB value is (150,133,89). Sum of RGB (Red+Green+Blue) = 150+133+89=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #968559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968559 is #697AA6. Grayscale: #858585. Windows color (decimal): -6912679 or 5866902. OLE color: 5866902.
HSL color Cylindrical-coordinate representation of color #968559: hue angle of 43.28º 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 #968559 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 89 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.41 |
| HSL | 43.28º | 0.26% | 0.47% | - |
| HSV(B) | 43.28º | 0.41% | 0.59% | - |
| XYZ | 22.77 | 23.98 | 12.88 | - |
| YUV | 133.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 89 | 0 | 0.11 | 0.41 | 0.41 | 43.28 | 0.26 | 0.47 |
| Hex | 96 | 85 | 59 | 0 | B | 29 | 29 | 2B | 1A | 2F |
| Octal | 226 | 205 | 131 | 0 | 13 | 51 | 51 | 53 | 32 | 57 |
| Binary | 10010110 | 10000101 | 1011001 | 0 | 1011 | 101001 | 101001 | 101011 | 11010 | 101111 |
Color Harmonies of #968559
Complementary color
Monochromatic Colors of #968559
Black with #968559
Text Example
Text Example
White with #968559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968559; }
p { color: rgb(150,133,89); }
H1.HeaderClassName
{
color: #968559;
}
.AnyTagClassName
{
color: #968559;
}
</style>
background-color css
<style>
a { background-color: #968559; }
a { background-color: rgb(150,133,89); }
div.DivClassName
{
background-color: #968559;
}
.BgClassName
{
background-color: #968559;
}
</style>
border-color css
<style>
span { border-color: #968559; }
span { border-color: rgb(150,133,89); }
td.TdClassName
{
border-color: #968559;
}
.TagClassName
{
border-color: #968559;
}
</style>