Shades of Clay Creek #927F5C
Tints of Clay Creek #927F5C
RGB
CMYK
RGB Variations
Color information
#927F5C (or 0x927F5C) is known color: Clay Creek. HEX triplet: 92, 7F and 5C. RGB value is (146,127,92). Sum of RGB (Red+Green+Blue) = 146+127+92=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #927F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F5C is #6D80A3. Grayscale: #808080. Windows color (decimal): -7176356 or 6061970. OLE color: 6061970.
HSL color Cylindrical-coordinate representation of color #927F5C: hue angle of 38.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #927F5C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 92 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.43 |
| HSL | 38.89º | 0.23% | 0.47% | - |
| HSV(B) | 38.89º | 0.37% | 0.57% | - |
| XYZ | 21.38 | 22.06 | 13.26 | - |
| YUV | 128.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 92 | 0 | 0.13 | 0.37 | 0.43 | 38.89 | 0.23 | 0.47 |
| Hex | 92 | 7F | 5C | 0 | D | 25 | 2B | 27 | 17 | 2F |
| Octal | 222 | 177 | 134 | 0 | 15 | 45 | 53 | 47 | 27 | 57 |
| Binary | 10010010 | 1111111 | 1011100 | 0 | 1101 | 100101 | 101011 | 100111 | 10111 | 101111 |
Color Harmonies of #927F5C
Complementary color
Monochromatic Colors of #927F5C
Black with #927F5C
Text Example
Text Example
White with #927F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F5C; }
p { color: rgb(146,127,92); }
H1.HeaderClassName
{
color: #927F5C;
}
.AnyTagClassName
{
color: #927F5C;
}
</style>
background-color css
<style>
a { background-color: #927F5C; }
a { background-color: rgb(146,127,92); }
div.DivClassName
{
background-color: #927F5C;
}
.BgClassName
{
background-color: #927F5C;
}
</style>
border-color css
<style>
span { border-color: #927F5C; }
span { border-color: rgb(146,127,92); }
td.TdClassName
{
border-color: #927F5C;
}
.TagClassName
{
border-color: #927F5C;
}
</style>