Shades of Clay Creek #928A59
Tints of Clay Creek #928A59
RGB
CMYK
RGB Variations
Color information
#928A59 (or 0x928A59) is known color: Clay Creek. HEX triplet: 92, 8A and 59. RGB value is (146,138,89). Sum of RGB (Red+Green+Blue) = 146+138+89=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A59 is #6D75A6. Grayscale: #878787. Windows color (decimal): -7173543 or 5868178. OLE color: 5868178.
HSL color Cylindrical-coordinate representation of color #928A59: hue angle of 51.58º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928A59 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 89 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.43 |
| HSL | 51.58º | 0.24% | 0.46% | - |
| HSV(B) | 51.58º | 0.39% | 0.57% | - |
| XYZ | 22.75 | 25.01 | 13.08 | - |
| YUV | 134.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 89 | 0 | 0.05 | 0.39 | 0.43 | 51.58 | 0.24 | 0.46 |
| Hex | 92 | 8A | 59 | 0 | 5 | 27 | 2B | 34 | 18 | 2E |
| Octal | 222 | 212 | 131 | 0 | 5 | 47 | 53 | 64 | 30 | 56 |
| Binary | 10010010 | 10001010 | 1011001 | 0 | 101 | 100111 | 101011 | 110100 | 11000 | 101110 |
Color Harmonies of #928A59
Complementary color
Monochromatic Colors of #928A59
Black with #928A59
Text Example
Text Example
White with #928A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A59; }
p { color: rgb(146,138,89); }
H1.HeaderClassName
{
color: #928A59;
}
.AnyTagClassName
{
color: #928A59;
}
</style>
background-color css
<style>
a { background-color: #928A59; }
a { background-color: rgb(146,138,89); }
div.DivClassName
{
background-color: #928A59;
}
.BgClassName
{
background-color: #928A59;
}
</style>
border-color css
<style>
span { border-color: #928A59; }
span { border-color: rgb(146,138,89); }
td.TdClassName
{
border-color: #928A59;
}
.TagClassName
{
border-color: #928A59;
}
</style>