Shades of Clay Creek #928A5A
Tints of Clay Creek #928A5A
RGB
CMYK
RGB Variations
Color information
#928A5A (or 0x928A5A) is known color: Clay Creek. HEX triplet: 92, 8A and 5A. RGB value is (146,138,90). Sum of RGB (Red+Green+Blue) = 146+138+90=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A5A is #6D75A5. Grayscale: #878787. Windows color (decimal): -7173542 or 5933714. OLE color: 5933714.
HSL color Cylindrical-coordinate representation of color #928A5A: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928A5A is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 90 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.43 |
| HSL | 51.43º | 0.24% | 0.46% | - |
| HSV(B) | 51.43º | 0.38% | 0.57% | - |
| XYZ | 22.79 | 25.03 | 13.3 | - |
| YUV | 134.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 90 | 0 | 0.05 | 0.38 | 0.43 | 51.43 | 0.24 | 0.46 |
| Hex | 92 | 8A | 5A | 0 | 5 | 26 | 2B | 33 | 18 | 2E |
| Octal | 222 | 212 | 132 | 0 | 5 | 46 | 53 | 63 | 30 | 56 |
| Binary | 10010010 | 10001010 | 1011010 | 0 | 101 | 100110 | 101011 | 110011 | 11000 | 101110 |
Color Harmonies of #928A5A
Complementary color
Monochromatic Colors of #928A5A
Black with #928A5A
Text Example
Text Example
White with #928A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A5A; }
p { color: rgb(146,138,90); }
H1.HeaderClassName
{
color: #928A5A;
}
.AnyTagClassName
{
color: #928A5A;
}
</style>
background-color css
<style>
a { background-color: #928A5A; }
a { background-color: rgb(146,138,90); }
div.DivClassName
{
background-color: #928A5A;
}
.BgClassName
{
background-color: #928A5A;
}
</style>
border-color css
<style>
span { border-color: #928A5A; }
span { border-color: rgb(146,138,90); }
td.TdClassName
{
border-color: #928A5A;
}
.TagClassName
{
border-color: #928A5A;
}
</style>