Shades of Clay Creek #927E4C
Tints of Clay Creek #927E4C
RGB
CMYK
RGB Variations
Color information
#927E4C (or 0x927E4C) is known color: Clay Creek. HEX triplet: 92, 7E and 4C. RGB value is (146,126,76). Sum of RGB (Red+Green+Blue) = 146+126+76=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E4C is #6D81B3. Grayscale: #7E7E7E. Windows color (decimal): -7176628 or 5013138. OLE color: 5013138.
HSL color Cylindrical-coordinate representation of color #927E4C: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927E4C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 76 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.43 |
| HSL | 42.86º | 0.32% | 0.44% | - |
| HSV(B) | 42.86º | 0.48% | 0.57% | - |
| XYZ | 20.62 | 21.55 | 9.91 | - |
| YUV | 126.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 76 | 0 | 0.14 | 0.48 | 0.43 | 42.86 | 0.32 | 0.44 |
| Hex | 92 | 7E | 4C | 0 | E | 30 | 2B | 2B | 20 | 2C |
| Octal | 222 | 176 | 114 | 0 | 16 | 60 | 53 | 53 | 40 | 54 |
| Binary | 10010010 | 1111110 | 1001100 | 0 | 1110 | 110000 | 101011 | 101011 | 100000 | 101100 |
Color Harmonies of #927E4C
Complementary color
Monochromatic Colors of #927E4C
Black with #927E4C
Text Example
Text Example
White with #927E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E4C; }
p { color: rgb(146,126,76); }
H1.HeaderClassName
{
color: #927E4C;
}
.AnyTagClassName
{
color: #927E4C;
}
</style>
background-color css
<style>
a { background-color: #927E4C; }
a { background-color: rgb(146,126,76); }
div.DivClassName
{
background-color: #927E4C;
}
.BgClassName
{
background-color: #927E4C;
}
</style>
border-color css
<style>
span { border-color: #927E4C; }
span { border-color: rgb(146,126,76); }
td.TdClassName
{
border-color: #927E4C;
}
.TagClassName
{
border-color: #927E4C;
}
</style>