Shades of Clay Creek #927E5A
Tints of Clay Creek #927E5A
RGB
CMYK
RGB Variations
Color information
#927E5A (or 0x927E5A) is known color: Clay Creek. HEX triplet: 92, 7E and 5A. RGB value is (146,126,90). Sum of RGB (Red+Green+Blue) = 146+126+90=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E5A is #6D81A5. Grayscale: #808080. Windows color (decimal): -7176614 or 5930642. OLE color: 5930642.
HSL color Cylindrical-coordinate representation of color #927E5A: hue angle of 38.57º 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 #927E5A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 90 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.43 |
| HSL | 38.57º | 0.24% | 0.46% | - |
| HSV(B) | 38.57º | 0.38% | 0.57% | - |
| XYZ | 21.16 | 21.77 | 12.76 | - |
| YUV | 127.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 90 | 0 | 0.14 | 0.38 | 0.43 | 38.57 | 0.24 | 0.46 |
| Hex | 92 | 7E | 5A | 0 | E | 26 | 2B | 27 | 18 | 2E |
| Octal | 222 | 176 | 132 | 0 | 16 | 46 | 53 | 47 | 30 | 56 |
| Binary | 10010010 | 1111110 | 1011010 | 0 | 1110 | 100110 | 101011 | 100111 | 11000 | 101110 |
Color Harmonies of #927E5A
Complementary color
Monochromatic Colors of #927E5A
Black with #927E5A
Text Example
Text Example
White with #927E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E5A; }
p { color: rgb(146,126,90); }
H1.HeaderClassName
{
color: #927E5A;
}
.AnyTagClassName
{
color: #927E5A;
}
</style>
background-color css
<style>
a { background-color: #927E5A; }
a { background-color: rgb(146,126,90); }
div.DivClassName
{
background-color: #927E5A;
}
.BgClassName
{
background-color: #927E5A;
}
</style>
border-color css
<style>
span { border-color: #927E5A; }
span { border-color: rgb(146,126,90); }
td.TdClassName
{
border-color: #927E5A;
}
.TagClassName
{
border-color: #927E5A;
}
</style>