Shades of Clay Creek #917C55
Tints of Clay Creek #917C55
RGB
CMYK
RGB Variations
Color information
#917C55 (or 0x917C55) is known color: Clay Creek. HEX triplet: 91, 7C and 55. RGB value is (145,124,85). Sum of RGB (Red+Green+Blue) = 145+124+85=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #917C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C55 is #6E83AA. Grayscale: #7E7E7E. Windows color (decimal): -7242667 or 5602449. OLE color: 5602449.
HSL color Cylindrical-coordinate representation of color #917C55: hue angle of 39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917C55 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 85 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.43 |
| HSL | 39º | 0.26% | 0.45% | - |
| HSV(B) | 39º | 0.41% | 0.57% | - |
| XYZ | 20.52 | 21.09 | 11.58 | - |
| YUV | 125.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 85 | 0 | 0.14 | 0.41 | 0.43 | 39 | 0.26 | 0.45 |
| Hex | 91 | 7C | 55 | 0 | E | 29 | 2B | 27 | 1A | 2D |
| Octal | 221 | 174 | 125 | 0 | 16 | 51 | 53 | 47 | 32 | 55 |
| Binary | 10010001 | 1111100 | 1010101 | 0 | 1110 | 101001 | 101011 | 100111 | 11010 | 101101 |
Color Harmonies of #917C55
Complementary color
Monochromatic Colors of #917C55
Black with #917C55
Text Example
Text Example
White with #917C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C55; }
p { color: rgb(145,124,85); }
H1.HeaderClassName
{
color: #917C55;
}
.AnyTagClassName
{
color: #917C55;
}
</style>
background-color css
<style>
a { background-color: #917C55; }
a { background-color: rgb(145,124,85); }
div.DivClassName
{
background-color: #917C55;
}
.BgClassName
{
background-color: #917C55;
}
</style>
border-color css
<style>
span { border-color: #917C55; }
span { border-color: rgb(145,124,85); }
td.TdClassName
{
border-color: #917C55;
}
.TagClassName
{
border-color: #917C55;
}
</style>