Shades of Clay Creek #917C45
Tints of Clay Creek #917C45
RGB
CMYK
RGB Variations
Color information
#917C45 (or 0x917C45) is known color: Clay Creek. HEX triplet: 91, 7C and 45. RGB value is (145,124,69). Sum of RGB (Red+Green+Blue) = 145+124+69=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #917C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C45 is #6E83BA. Grayscale: #7C7C7C. Windows color (decimal): -7242683 or 4553873. OLE color: 4553873.
HSL color Cylindrical-coordinate representation of color #917C45: hue angle of 43.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #917C45 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 69 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.43 |
| HSL | 43.42º | 0.36% | 0.42% | - |
| HSV(B) | 43.42º | 0.52% | 0.57% | - |
| XYZ | 19.96 | 20.86 | 8.61 | - |
| YUV | 124.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 69 | 0 | 0.14 | 0.52 | 0.43 | 43.42 | 0.36 | 0.42 |
| Hex | 91 | 7C | 45 | 0 | E | 34 | 2B | 2B | 24 | 2A |
| Octal | 221 | 174 | 105 | 0 | 16 | 64 | 53 | 53 | 44 | 52 |
| Binary | 10010001 | 1111100 | 1000101 | 0 | 1110 | 110100 | 101011 | 101011 | 100100 | 101010 |
Color Harmonies of #917C45
Complementary color
Monochromatic Colors of #917C45
Black with #917C45
Text Example
Text Example
White with #917C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C45; }
p { color: rgb(145,124,69); }
H1.HeaderClassName
{
color: #917C45;
}
.AnyTagClassName
{
color: #917C45;
}
</style>
background-color css
<style>
a { background-color: #917C45; }
a { background-color: rgb(145,124,69); }
div.DivClassName
{
background-color: #917C45;
}
.BgClassName
{
background-color: #917C45;
}
</style>
border-color css
<style>
span { border-color: #917C45; }
span { border-color: rgb(145,124,69); }
td.TdClassName
{
border-color: #917C45;
}
.TagClassName
{
border-color: #917C45;
}
</style>