Shades of Clay Creek #948D56
Tints of Clay Creek #948D56
RGB
CMYK
RGB Variations
Color information
#948D56 (or 0x948D56) is known color: Clay Creek. HEX triplet: 94, 8D and 56. RGB value is (148,141,86). Sum of RGB (Red+Green+Blue) = 148+141+86=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #948D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D56 is #6B72A9. Grayscale: #898989. Windows color (decimal): -7041706 or 5672340. OLE color: 5672340.
HSL color Cylindrical-coordinate representation of color #948D56: hue angle of 53.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948D56 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 86 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.42 |
| HSL | 53.23º | 0.26% | 0.46% | - |
| HSV(B) | 53.23º | 0.42% | 0.58% | - |
| XYZ | 23.42 | 26.02 | 12.59 | - |
| YUV | 136.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 86 | 0 | 0.05 | 0.42 | 0.42 | 53.23 | 0.26 | 0.46 |
| Hex | 94 | 8D | 56 | 0 | 5 | 2A | 2A | 35 | 1A | 2E |
| Octal | 224 | 215 | 126 | 0 | 5 | 52 | 52 | 65 | 32 | 56 |
| Binary | 10010100 | 10001101 | 1010110 | 0 | 101 | 101010 | 101010 | 110101 | 11010 | 101110 |
Color Harmonies of #948D56
Complementary color
Monochromatic Colors of #948D56
Black with #948D56
Text Example
Text Example
White with #948D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D56; }
p { color: rgb(148,141,86); }
H1.HeaderClassName
{
color: #948D56;
}
.AnyTagClassName
{
color: #948D56;
}
</style>
background-color css
<style>
a { background-color: #948D56; }
a { background-color: rgb(148,141,86); }
div.DivClassName
{
background-color: #948D56;
}
.BgClassName
{
background-color: #948D56;
}
</style>
border-color css
<style>
span { border-color: #948D56; }
span { border-color: rgb(148,141,86); }
td.TdClassName
{
border-color: #948D56;
}
.TagClassName
{
border-color: #948D56;
}
</style>