Shades of Clay Creek #928150
Tints of Clay Creek #928150
RGB
CMYK
RGB Variations
Color information
#928150 (or 0x928150) is known color: Clay Creek. HEX triplet: 92, 81 and 50. RGB value is (146,129,80). Sum of RGB (Red+Green+Blue) = 146+129+80=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #928150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928150 is #6D7EAF. Grayscale: #808080. Windows color (decimal): -7175856 or 5276050. OLE color: 5276050.
HSL color Cylindrical-coordinate representation of color #928150: hue angle of 44.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928150 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 80 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.43 |
| HSL | 44.55º | 0.29% | 0.44% | - |
| HSV(B) | 44.55º | 0.45% | 0.57% | - |
| XYZ | 21.15 | 22.39 | 10.8 | - |
| YUV | 128.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 80 | 0 | 0.12 | 0.45 | 0.43 | 44.55 | 0.29 | 0.44 |
| Hex | 92 | 81 | 50 | 0 | C | 2D | 2B | 2D | 1D | 2C |
| Octal | 222 | 201 | 120 | 0 | 14 | 55 | 53 | 55 | 35 | 54 |
| Binary | 10010010 | 10000001 | 1010000 | 0 | 1100 | 101101 | 101011 | 101101 | 11101 | 101100 |
Color Harmonies of #928150
Complementary color
Monochromatic Colors of #928150
Black with #928150
Text Example
Text Example
White with #928150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928150; }
p { color: rgb(146,129,80); }
H1.HeaderClassName
{
color: #928150;
}
.AnyTagClassName
{
color: #928150;
}
</style>
background-color css
<style>
a { background-color: #928150; }
a { background-color: rgb(146,129,80); }
div.DivClassName
{
background-color: #928150;
}
.BgClassName
{
background-color: #928150;
}
</style>
border-color css
<style>
span { border-color: #928150; }
span { border-color: rgb(146,129,80); }
td.TdClassName
{
border-color: #928150;
}
.TagClassName
{
border-color: #928150;
}
</style>