Shades of Clay Creek #968656
Tints of Clay Creek #968656
RGB
CMYK
RGB Variations
Color information
#968656 (or 0x968656) is known color: Clay Creek. HEX triplet: 96, 86 and 56. RGB value is (150,134,86). Sum of RGB (Red+Green+Blue) = 150+134+86=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #968656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968656 is #6979A9. Grayscale: #858585. Windows color (decimal): -6912426 or 5670550. OLE color: 5670550.
HSL color Cylindrical-coordinate representation of color #968656: hue angle of 45º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968656 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 86 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.41 |
| HSL | 45º | 0.27% | 0.46% | - |
| HSV(B) | 45º | 0.43% | 0.59% | - |
| XYZ | 22.78 | 24.21 | 12.28 | - |
| YUV | 133.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 86 | 0 | 0.11 | 0.43 | 0.41 | 45 | 0.27 | 0.46 |
| Hex | 96 | 86 | 56 | 0 | B | 2B | 29 | 2D | 1B | 2E |
| Octal | 226 | 206 | 126 | 0 | 13 | 53 | 51 | 55 | 33 | 56 |
| Binary | 10010110 | 10000110 | 1010110 | 0 | 1011 | 101011 | 101001 | 101101 | 11011 | 101110 |
Color Harmonies of #968656
Complementary color
Monochromatic Colors of #968656
Black with #968656
Text Example
Text Example
White with #968656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968656; }
p { color: rgb(150,134,86); }
H1.HeaderClassName
{
color: #968656;
}
.AnyTagClassName
{
color: #968656;
}
</style>
background-color css
<style>
a { background-color: #968656; }
a { background-color: rgb(150,134,86); }
div.DivClassName
{
background-color: #968656;
}
.BgClassName
{
background-color: #968656;
}
</style>
border-color css
<style>
span { border-color: #968656; }
span { border-color: rgb(150,134,86); }
td.TdClassName
{
border-color: #968656;
}
.TagClassName
{
border-color: #968656;
}
</style>