Shades of Clay Creek #907D59
Tints of Clay Creek #907D59
RGB
CMYK
RGB Variations
Color information
#907D59 (or 0x907D59) is known color: Clay Creek. HEX triplet: 90, 7D and 59. RGB value is (144,125,89). Sum of RGB (Red+Green+Blue) = 144+125+89=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #907D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D59 is #6F82A6. Grayscale: #7E7E7E. Windows color (decimal): -7307943 or 5864848. OLE color: 5864848.
HSL color Cylindrical-coordinate representation of color #907D59: hue angle of 39.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907D59 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 89 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.44 |
| HSL | 39.27º | 0.24% | 0.46% | - |
| HSV(B) | 39.27º | 0.38% | 0.56% | - |
| XYZ | 20.64 | 21.32 | 12.48 | - |
| YUV | 126.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 89 | 0 | 0.13 | 0.38 | 0.44 | 39.27 | 0.24 | 0.46 |
| Hex | 90 | 7D | 59 | 0 | D | 26 | 2C | 27 | 18 | 2E |
| Octal | 220 | 175 | 131 | 0 | 15 | 46 | 54 | 47 | 30 | 56 |
| Binary | 10010000 | 1111101 | 1011001 | 0 | 1101 | 100110 | 101100 | 100111 | 11000 | 101110 |
Color Harmonies of #907D59
Complementary color
Monochromatic Colors of #907D59
Black with #907D59
Text Example
Text Example
White with #907D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D59; }
p { color: rgb(144,125,89); }
H1.HeaderClassName
{
color: #907D59;
}
.AnyTagClassName
{
color: #907D59;
}
</style>
background-color css
<style>
a { background-color: #907D59; }
a { background-color: rgb(144,125,89); }
div.DivClassName
{
background-color: #907D59;
}
.BgClassName
{
background-color: #907D59;
}
</style>
border-color css
<style>
span { border-color: #907D59; }
span { border-color: rgb(144,125,89); }
td.TdClassName
{
border-color: #907D59;
}
.TagClassName
{
border-color: #907D59;
}
</style>