Shades of Clay Creek #927E51
Tints of Clay Creek #927E51
RGB
CMYK
RGB Variations
Color information
#927E51 (or 0x927E51) is known color: Clay Creek. HEX triplet: 92, 7E and 51. RGB value is (146,126,81). Sum of RGB (Red+Green+Blue) = 146+126+81=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E51 is #6D81AE. Grayscale: #7F7F7F. Windows color (decimal): -7176623 or 5340818. OLE color: 5340818.
HSL color Cylindrical-coordinate representation of color #927E51: hue angle of 41.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 #927E51 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 81 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.43 |
| HSL | 41.54º | 0.29% | 0.45% | - |
| HSV(B) | 41.54º | 0.45% | 0.57% | - |
| XYZ | 20.8 | 21.63 | 10.86 | - |
| YUV | 126.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 81 | 0 | 0.14 | 0.45 | 0.43 | 41.54 | 0.29 | 0.45 |
| Hex | 92 | 7E | 51 | 0 | E | 2D | 2B | 2A | 1D | 2D |
| Octal | 222 | 176 | 121 | 0 | 16 | 55 | 53 | 52 | 35 | 55 |
| Binary | 10010010 | 1111110 | 1010001 | 0 | 1110 | 101101 | 101011 | 101010 | 11101 | 101101 |
Color Harmonies of #927E51
Complementary color
Monochromatic Colors of #927E51
Black with #927E51
Text Example
Text Example
White with #927E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E51; }
p { color: rgb(146,126,81); }
H1.HeaderClassName
{
color: #927E51;
}
.AnyTagClassName
{
color: #927E51;
}
</style>
background-color css
<style>
a { background-color: #927E51; }
a { background-color: rgb(146,126,81); }
div.DivClassName
{
background-color: #927E51;
}
.BgClassName
{
background-color: #927E51;
}
</style>
border-color css
<style>
span { border-color: #927E51; }
span { border-color: rgb(146,126,81); }
td.TdClassName
{
border-color: #927E51;
}
.TagClassName
{
border-color: #927E51;
}
</style>