Shades of Clay Creek #958A54
Tints of Clay Creek #958A54
RGB
CMYK
RGB Variations
Color information
#958A54 (or 0x958A54) is known color: Clay Creek. HEX triplet: 95, 8A and 54. RGB value is (149,138,84). Sum of RGB (Red+Green+Blue) = 149+138+84=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #958A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A54 is #6A75AB. Grayscale: #878787. Windows color (decimal): -6976940 or 5540501. OLE color: 5540501.
HSL color Cylindrical-coordinate representation of color #958A54: hue angle of 49.85º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958A54 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 84 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.42 |
| HSL | 49.85º | 0.28% | 0.46% | - |
| HSV(B) | 49.85º | 0.44% | 0.58% | - |
| XYZ | 23.08 | 25.21 | 12.04 | - |
| YUV | 135.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 84 | 0 | 0.07 | 0.44 | 0.42 | 49.85 | 0.28 | 0.46 |
| Hex | 95 | 8A | 54 | 0 | 7 | 2C | 2A | 32 | 1C | 2E |
| Octal | 225 | 212 | 124 | 0 | 7 | 54 | 52 | 62 | 34 | 56 |
| Binary | 10010101 | 10001010 | 1010100 | 0 | 111 | 101100 | 101010 | 110010 | 11100 | 101110 |
Color Harmonies of #958A54
Complementary color
Monochromatic Colors of #958A54
Black with #958A54
Text Example
Text Example
White with #958A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A54; }
p { color: rgb(149,138,84); }
H1.HeaderClassName
{
color: #958A54;
}
.AnyTagClassName
{
color: #958A54;
}
</style>
background-color css
<style>
a { background-color: #958A54; }
a { background-color: rgb(149,138,84); }
div.DivClassName
{
background-color: #958A54;
}
.BgClassName
{
background-color: #958A54;
}
</style>
border-color css
<style>
span { border-color: #958A54; }
span { border-color: rgb(149,138,84); }
td.TdClassName
{
border-color: #958A54;
}
.TagClassName
{
border-color: #958A54;
}
</style>