Shades of Clay Creek #968B52
Tints of Clay Creek #968B52
RGB
CMYK
RGB Variations
Color information
#968B52 (or 0x968B52) is known color: Clay Creek. HEX triplet: 96, 8B and 52. RGB value is (150,139,82). Sum of RGB (Red+Green+Blue) = 150+139+82=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B52 is #6974AD. Grayscale: #888888. Windows color (decimal): -6911150 or 5409686. OLE color: 5409686.
HSL color Cylindrical-coordinate representation of color #968B52: hue angle of 50.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968B52 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 82 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.41 |
| HSL | 50.29º | 0.29% | 0.45% | - |
| HSV(B) | 50.29º | 0.45% | 0.59% | - |
| XYZ | 23.33 | 25.56 | 11.69 | - |
| YUV | 135.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 82 | 0 | 0.07 | 0.45 | 0.41 | 50.29 | 0.29 | 0.45 |
| Hex | 96 | 8B | 52 | 0 | 7 | 2D | 29 | 32 | 1D | 2D |
| Octal | 226 | 213 | 122 | 0 | 7 | 55 | 51 | 62 | 35 | 55 |
| Binary | 10010110 | 10001011 | 1010010 | 0 | 111 | 101101 | 101001 | 110010 | 11101 | 101101 |
Color Harmonies of #968B52
Complementary color
Monochromatic Colors of #968B52
Black with #968B52
Text Example
Text Example
White with #968B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B52; }
p { color: rgb(150,139,82); }
H1.HeaderClassName
{
color: #968B52;
}
.AnyTagClassName
{
color: #968B52;
}
</style>
background-color css
<style>
a { background-color: #968B52; }
a { background-color: rgb(150,139,82); }
div.DivClassName
{
background-color: #968B52;
}
.BgClassName
{
background-color: #968B52;
}
</style>
border-color css
<style>
span { border-color: #968B52; }
span { border-color: rgb(150,139,82); }
td.TdClassName
{
border-color: #968B52;
}
.TagClassName
{
border-color: #968B52;
}
</style>