Shades of Clay Creek #928555
Tints of Clay Creek #928555
RGB
CMYK
RGB Variations
Color information
#928555 (or 0x928555) is known color: Clay Creek. HEX triplet: 92, 85 and 55. RGB value is (146,133,85). Sum of RGB (Red+Green+Blue) = 146+133+85=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #928555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928555 is #6D7AAA. Grayscale: #838383. Windows color (decimal): -7174827 or 5604754. OLE color: 5604754.
HSL color Cylindrical-coordinate representation of color #928555: hue angle of 47.21º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928555 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 85 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.43 |
| HSL | 47.21º | 0.26% | 0.45% | - |
| HSV(B) | 47.21º | 0.42% | 0.57% | - |
| XYZ | 21.88 | 23.54 | 11.99 | - |
| YUV | 131.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 85 | 0 | 0.09 | 0.42 | 0.43 | 47.21 | 0.26 | 0.45 |
| Hex | 92 | 85 | 55 | 0 | 9 | 2A | 2B | 2F | 1A | 2D |
| Octal | 222 | 205 | 125 | 0 | 11 | 52 | 53 | 57 | 32 | 55 |
| Binary | 10010010 | 10000101 | 1010101 | 0 | 1001 | 101010 | 101011 | 101111 | 11010 | 101101 |
Color Harmonies of #928555
Complementary color
Monochromatic Colors of #928555
Black with #928555
Text Example
Text Example
White with #928555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928555; }
p { color: rgb(146,133,85); }
H1.HeaderClassName
{
color: #928555;
}
.AnyTagClassName
{
color: #928555;
}
</style>
background-color css
<style>
a { background-color: #928555; }
a { background-color: rgb(146,133,85); }
div.DivClassName
{
background-color: #928555;
}
.BgClassName
{
background-color: #928555;
}
</style>
border-color css
<style>
span { border-color: #928555; }
span { border-color: rgb(146,133,85); }
td.TdClassName
{
border-color: #928555;
}
.TagClassName
{
border-color: #928555;
}
</style>