Shades of Clay Creek #948C59
Tints of Clay Creek #948C59
RGB
CMYK
RGB Variations
Color information
#948C59 (or 0x948C59) is known color: Clay Creek. HEX triplet: 94, 8C and 59. RGB value is (148,140,89). Sum of RGB (Red+Green+Blue) = 148+140+89=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C59 is #6B73A6. Grayscale: #888888. Windows color (decimal): -7041959 or 5868692. OLE color: 5868692.
HSL color Cylindrical-coordinate representation of color #948C59: hue angle of 51.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948C59 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 89 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.42 |
| HSL | 51.86º | 0.25% | 0.46% | - |
| HSV(B) | 51.86º | 0.4% | 0.58% | - |
| XYZ | 23.39 | 25.77 | 13.19 | - |
| YUV | 136.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 89 | 0 | 0.05 | 0.40 | 0.42 | 51.86 | 0.25 | 0.46 |
| Hex | 94 | 8C | 59 | 0 | 5 | 28 | 2A | 34 | 19 | 2E |
| Octal | 224 | 214 | 131 | 0 | 5 | 50 | 52 | 64 | 31 | 56 |
| Binary | 10010100 | 10001100 | 1011001 | 0 | 101 | 101000 | 101010 | 110100 | 11001 | 101110 |
Color Harmonies of #948C59
Complementary color
Monochromatic Colors of #948C59
Black with #948C59
Text Example
Text Example
White with #948C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C59; }
p { color: rgb(148,140,89); }
H1.HeaderClassName
{
color: #948C59;
}
.AnyTagClassName
{
color: #948C59;
}
</style>
background-color css
<style>
a { background-color: #948C59; }
a { background-color: rgb(148,140,89); }
div.DivClassName
{
background-color: #948C59;
}
.BgClassName
{
background-color: #948C59;
}
</style>
border-color css
<style>
span { border-color: #948C59; }
span { border-color: rgb(148,140,89); }
td.TdClassName
{
border-color: #948C59;
}
.TagClassName
{
border-color: #948C59;
}
</style>