Shades of Clay Creek #917D59
Tints of Clay Creek #917D59
RGB
CMYK
RGB Variations
Color information
#917D59 (or 0x917D59) is known color: Clay Creek. HEX triplet: 91, 7D and 59. RGB value is (145,125,89). Sum of RGB (Red+Green+Blue) = 145+125+89=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D59 is #6E82A6. Grayscale: #7F7F7F. Windows color (decimal): -7242407 or 5864849. OLE color: 5864849.
HSL color Cylindrical-coordinate representation of color #917D59: hue angle of 38.57º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917D59 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 89 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.43 |
| HSL | 38.57º | 0.24% | 0.46% | - |
| HSV(B) | 38.57º | 0.39% | 0.57% | - |
| XYZ | 20.81 | 21.41 | 12.49 | - |
| YUV | 126.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 89 | 0 | 0.14 | 0.39 | 0.43 | 38.57 | 0.24 | 0.46 |
| Hex | 91 | 7D | 59 | 0 | E | 27 | 2B | 27 | 18 | 2E |
| Octal | 221 | 175 | 131 | 0 | 16 | 47 | 53 | 47 | 30 | 56 |
| Binary | 10010001 | 1111101 | 1011001 | 0 | 1110 | 100111 | 101011 | 100111 | 11000 | 101110 |
Color Harmonies of #917D59
Complementary color
Monochromatic Colors of #917D59
Black with #917D59
Text Example
Text Example
White with #917D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D59; }
p { color: rgb(145,125,89); }
H1.HeaderClassName
{
color: #917D59;
}
.AnyTagClassName
{
color: #917D59;
}
</style>
background-color css
<style>
a { background-color: #917D59; }
a { background-color: rgb(145,125,89); }
div.DivClassName
{
background-color: #917D59;
}
.BgClassName
{
background-color: #917D59;
}
</style>
border-color css
<style>
span { border-color: #917D59; }
span { border-color: rgb(145,125,89); }
td.TdClassName
{
border-color: #917D59;
}
.TagClassName
{
border-color: #917D59;
}
</style>