Shades of Clay Creek #938C59
Tints of Clay Creek #938C59
RGB
CMYK
RGB Variations
Color information
#938C59 (or 0x938C59) is known color: Clay Creek. HEX triplet: 93, 8C and 59. RGB value is (147,140,89). Sum of RGB (Red+Green+Blue) = 147+140+89=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C59 is #6C73A6. Grayscale: #888888. Windows color (decimal): -7107495 or 5868691. OLE color: 5868691.
HSL color Cylindrical-coordinate representation of color #938C59: hue angle of 52.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938C59 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 89 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.42 |
| HSL | 52.76º | 0.25% | 0.46% | - |
| HSV(B) | 52.76º | 0.39% | 0.58% | - |
| XYZ | 23.21 | 25.68 | 13.18 | - |
| YUV | 136.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 89 | 0 | 0.05 | 0.39 | 0.42 | 52.76 | 0.25 | 0.46 |
| Hex | 93 | 8C | 59 | 0 | 5 | 27 | 2A | 35 | 19 | 2E |
| Octal | 223 | 214 | 131 | 0 | 5 | 47 | 52 | 65 | 31 | 56 |
| Binary | 10010011 | 10001100 | 1011001 | 0 | 101 | 100111 | 101010 | 110101 | 11001 | 101110 |
Color Harmonies of #938C59
Complementary color
Monochromatic Colors of #938C59
Black with #938C59
Text Example
Text Example
White with #938C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C59; }
p { color: rgb(147,140,89); }
H1.HeaderClassName
{
color: #938C59;
}
.AnyTagClassName
{
color: #938C59;
}
</style>
background-color css
<style>
a { background-color: #938C59; }
a { background-color: rgb(147,140,89); }
div.DivClassName
{
background-color: #938C59;
}
.BgClassName
{
background-color: #938C59;
}
</style>
border-color css
<style>
span { border-color: #938C59; }
span { border-color: rgb(147,140,89); }
td.TdClassName
{
border-color: #938C59;
}
.TagClassName
{
border-color: #938C59;
}
</style>