Shades of Clay Creek #948256
Tints of Clay Creek #948256
RGB
CMYK
RGB Variations
Color information
#948256 (or 0x948256) is known color: Clay Creek. HEX triplet: 94, 82 and 56. RGB value is (148,130,86). Sum of RGB (Red+Green+Blue) = 148+130+86=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #948256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948256 is #6B7DA9. Grayscale: #828282. Windows color (decimal): -7044522 or 5669524. OLE color: 5669524.
HSL color Cylindrical-coordinate representation of color #948256: hue angle of 42.58º 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 #948256 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 86 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.42 |
| HSL | 42.58º | 0.26% | 0.46% | - |
| HSV(B) | 42.58º | 0.42% | 0.58% | - |
| XYZ | 21.88 | 22.93 | 12.08 | - |
| YUV | 130.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 86 | 0 | 0.12 | 0.42 | 0.42 | 42.58 | 0.26 | 0.46 |
| Hex | 94 | 82 | 56 | 0 | C | 2A | 2A | 2B | 1A | 2E |
| Octal | 224 | 202 | 126 | 0 | 14 | 52 | 52 | 53 | 32 | 56 |
| Binary | 10010100 | 10000010 | 1010110 | 0 | 1100 | 101010 | 101010 | 101011 | 11010 | 101110 |
Color Harmonies of #948256
Complementary color
Monochromatic Colors of #948256
Black with #948256
Text Example
Text Example
White with #948256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948256; }
p { color: rgb(148,130,86); }
H1.HeaderClassName
{
color: #948256;
}
.AnyTagClassName
{
color: #948256;
}
</style>
background-color css
<style>
a { background-color: #948256; }
a { background-color: rgb(148,130,86); }
div.DivClassName
{
background-color: #948256;
}
.BgClassName
{
background-color: #948256;
}
</style>
border-color css
<style>
span { border-color: #948256; }
span { border-color: rgb(148,130,86); }
td.TdClassName
{
border-color: #948256;
}
.TagClassName
{
border-color: #948256;
}
</style>