Shades of Clay Creek #917F5B
Tints of Clay Creek #917F5B
RGB
CMYK
RGB Variations
Color information
#917F5B (or 0x917F5B) is known color: Clay Creek. HEX triplet: 91, 7F and 5B. RGB value is (145,127,91). Sum of RGB (Red+Green+Blue) = 145+127+91=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F5B is #6E80A4. Grayscale: #808080. Windows color (decimal): -7241893 or 5996433. OLE color: 5996433.
HSL color Cylindrical-coordinate representation of color #917F5B: hue angle of 40º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917F5B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 91 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.43 |
| HSL | 40º | 0.23% | 0.46% | - |
| HSV(B) | 40º | 0.37% | 0.57% | - |
| XYZ | 21.15 | 21.95 | 13.02 | - |
| YUV | 128.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 91 | 0 | 0.12 | 0.37 | 0.43 | 40 | 0.23 | 0.46 |
| Hex | 91 | 7F | 5B | 0 | C | 25 | 2B | 28 | 17 | 2E |
| Octal | 221 | 177 | 133 | 0 | 14 | 45 | 53 | 50 | 27 | 56 |
| Binary | 10010001 | 1111111 | 1011011 | 0 | 1100 | 100101 | 101011 | 101000 | 10111 | 101110 |
Color Harmonies of #917F5B
Complementary color
Monochromatic Colors of #917F5B
Black with #917F5B
Text Example
Text Example
White with #917F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F5B; }
p { color: rgb(145,127,91); }
H1.HeaderClassName
{
color: #917F5B;
}
.AnyTagClassName
{
color: #917F5B;
}
</style>
background-color css
<style>
a { background-color: #917F5B; }
a { background-color: rgb(145,127,91); }
div.DivClassName
{
background-color: #917F5B;
}
.BgClassName
{
background-color: #917F5B;
}
</style>
border-color css
<style>
span { border-color: #917F5B; }
span { border-color: rgb(145,127,91); }
td.TdClassName
{
border-color: #917F5B;
}
.TagClassName
{
border-color: #917F5B;
}
</style>