Shades of Clay Creek #917F55
Tints of Clay Creek #917F55
RGB
CMYK
RGB Variations
Color information
#917F55 (or 0x917F55) is known color: Clay Creek. HEX triplet: 91, 7F and 55. RGB value is (145,127,85). Sum of RGB (Red+Green+Blue) = 145+127+85=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #917F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F55 is #6E80AA. Grayscale: #7F7F7F. Windows color (decimal): -7241899 or 5603217. OLE color: 5603217.
HSL color Cylindrical-coordinate representation of color #917F55: hue angle of 42º 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 #917F55 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 85 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.43 |
| HSL | 42º | 0.26% | 0.45% | - |
| HSV(B) | 42º | 0.41% | 0.57% | - |
| XYZ | 20.91 | 21.85 | 11.71 | - |
| YUV | 127.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 85 | 0 | 0.12 | 0.41 | 0.43 | 42 | 0.26 | 0.45 |
| Hex | 91 | 7F | 55 | 0 | C | 29 | 2B | 2A | 1A | 2D |
| Octal | 221 | 177 | 125 | 0 | 14 | 51 | 53 | 52 | 32 | 55 |
| Binary | 10010001 | 1111111 | 1010101 | 0 | 1100 | 101001 | 101011 | 101010 | 11010 | 101101 |
Color Harmonies of #917F55
Complementary color
Monochromatic Colors of #917F55
Black with #917F55
Text Example
Text Example
White with #917F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F55; }
p { color: rgb(145,127,85); }
H1.HeaderClassName
{
color: #917F55;
}
.AnyTagClassName
{
color: #917F55;
}
</style>
background-color css
<style>
a { background-color: #917F55; }
a { background-color: rgb(145,127,85); }
div.DivClassName
{
background-color: #917F55;
}
.BgClassName
{
background-color: #917F55;
}
</style>
border-color css
<style>
span { border-color: #917F55; }
span { border-color: rgb(145,127,85); }
td.TdClassName
{
border-color: #917F55;
}
.TagClassName
{
border-color: #917F55;
}
</style>