Shades of Clay Creek #917C51
Tints of Clay Creek #917C51
RGB
CMYK
RGB Variations
Color information
#917C51 (or 0x917C51) is known color: Clay Creek. HEX triplet: 91, 7C and 51. RGB value is (145,124,81). Sum of RGB (Red+Green+Blue) = 145+124+81=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #917C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C51 is #6E83AE. Grayscale: #7D7D7D. Windows color (decimal): -7242671 or 5340305. OLE color: 5340305.
HSL color Cylindrical-coordinate representation of color #917C51: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917C51 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 81 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.43 |
| HSL | 40.31º | 0.28% | 0.44% | - |
| HSV(B) | 40.31º | 0.44% | 0.57% | - |
| XYZ | 20.37 | 21.03 | 10.77 | - |
| YUV | 125.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 81 | 0 | 0.14 | 0.44 | 0.43 | 40.31 | 0.28 | 0.44 |
| Hex | 91 | 7C | 51 | 0 | E | 2C | 2B | 28 | 1C | 2C |
| Octal | 221 | 174 | 121 | 0 | 16 | 54 | 53 | 50 | 34 | 54 |
| Binary | 10010001 | 1111100 | 1010001 | 0 | 1110 | 101100 | 101011 | 101000 | 11100 | 101100 |
Color Harmonies of #917C51
Complementary color
Monochromatic Colors of #917C51
Black with #917C51
Text Example
Text Example
White with #917C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C51; }
p { color: rgb(145,124,81); }
H1.HeaderClassName
{
color: #917C51;
}
.AnyTagClassName
{
color: #917C51;
}
</style>
background-color css
<style>
a { background-color: #917C51; }
a { background-color: rgb(145,124,81); }
div.DivClassName
{
background-color: #917C51;
}
.BgClassName
{
background-color: #917C51;
}
</style>
border-color css
<style>
span { border-color: #917C51; }
span { border-color: rgb(145,124,81); }
td.TdClassName
{
border-color: #917C51;
}
.TagClassName
{
border-color: #917C51;
}
</style>