Shades of Clay Creek #928B51
Tints of Clay Creek #928B51
RGB
CMYK
RGB Variations
Color information
#928B51 (or 0x928B51) is known color: Clay Creek. HEX triplet: 92, 8B and 51. RGB value is (146,139,81). Sum of RGB (Red+Green+Blue) = 146+139+81=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B51 is #6D74AE. Grayscale: #868686. Windows color (decimal): -7173295 or 5344146. OLE color: 5344146.
HSL color Cylindrical-coordinate representation of color #928B51: hue angle of 53.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928B51 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 81 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.43 |
| HSL | 53.54º | 0.29% | 0.45% | - |
| HSV(B) | 53.54º | 0.45% | 0.57% | - |
| XYZ | 22.57 | 25.17 | 11.45 | - |
| YUV | 134.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 81 | 0 | 0.05 | 0.45 | 0.43 | 53.54 | 0.29 | 0.45 |
| Hex | 92 | 8B | 51 | 0 | 5 | 2D | 2B | 36 | 1D | 2D |
| Octal | 222 | 213 | 121 | 0 | 5 | 55 | 53 | 66 | 35 | 55 |
| Binary | 10010010 | 10001011 | 1010001 | 0 | 101 | 101101 | 101011 | 110110 | 11101 | 101101 |
Color Harmonies of #928B51
Complementary color
Monochromatic Colors of #928B51
Black with #928B51
Text Example
Text Example
White with #928B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B51; }
p { color: rgb(146,139,81); }
H1.HeaderClassName
{
color: #928B51;
}
.AnyTagClassName
{
color: #928B51;
}
</style>
background-color css
<style>
a { background-color: #928B51; }
a { background-color: rgb(146,139,81); }
div.DivClassName
{
background-color: #928B51;
}
.BgClassName
{
background-color: #928B51;
}
</style>
border-color css
<style>
span { border-color: #928B51; }
span { border-color: rgb(146,139,81); }
td.TdClassName
{
border-color: #928B51;
}
.TagClassName
{
border-color: #928B51;
}
</style>