Shades of Clay Creek #917E5A
Tints of Clay Creek #917E5A
RGB
CMYK
RGB Variations
Color information
#917E5A (or 0x917E5A) is known color: Clay Creek. HEX triplet: 91, 7E and 5A. RGB value is (145,126,90). Sum of RGB (Red+Green+Blue) = 145+126+90=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5A is #6E81A5. Grayscale: #7F7F7F. Windows color (decimal): -7242150 or 5930641. OLE color: 5930641.
HSL color Cylindrical-coordinate representation of color #917E5A: hue angle of 39.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #917E5A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 90 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.43 |
| HSL | 39.27º | 0.23% | 0.46% | - |
| HSV(B) | 39.27º | 0.38% | 0.57% | - |
| XYZ | 20.98 | 21.68 | 12.75 | - |
| YUV | 127.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 90 | 0 | 0.13 | 0.38 | 0.43 | 39.27 | 0.23 | 0.46 |
| Hex | 91 | 7E | 5A | 0 | D | 26 | 2B | 27 | 17 | 2E |
| Octal | 221 | 176 | 132 | 0 | 15 | 46 | 53 | 47 | 27 | 56 |
| Binary | 10010001 | 1111110 | 1011010 | 0 | 1101 | 100110 | 101011 | 100111 | 10111 | 101110 |
Color Harmonies of #917E5A
Complementary color
Monochromatic Colors of #917E5A
Black with #917E5A
Text Example
Text Example
White with #917E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E5A; }
p { color: rgb(145,126,90); }
H1.HeaderClassName
{
color: #917E5A;
}
.AnyTagClassName
{
color: #917E5A;
}
</style>
background-color css
<style>
a { background-color: #917E5A; }
a { background-color: rgb(145,126,90); }
div.DivClassName
{
background-color: #917E5A;
}
.BgClassName
{
background-color: #917E5A;
}
</style>
border-color css
<style>
span { border-color: #917E5A; }
span { border-color: rgb(145,126,90); }
td.TdClassName
{
border-color: #917E5A;
}
.TagClassName
{
border-color: #917E5A;
}
</style>