Shades of Clay Creek #897C46
Tints of Clay Creek #897C46
RGB
CMYK
RGB Variations
Color information
#897C46 (or 0x897C46) is known color: Clay Creek. HEX triplet: 89, 7C and 46. RGB value is (137,124,70). Sum of RGB (Red+Green+Blue) = 137+124+70=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #897C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C46 is #7683B9. Grayscale: #797979. Windows color (decimal): -7766970 or 4619401. OLE color: 4619401.
HSL color Cylindrical-coordinate representation of color #897C46: hue angle of 48.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #897C46 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 70 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.46 |
| HSL | 48.36º | 0.32% | 0.41% | - |
| HSV(B) | 48.36º | 0.49% | 0.54% | - |
| XYZ | 18.63 | 20.18 | 8.71 | - |
| YUV | 121.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 70 | 0 | 0.09 | 0.49 | 0.46 | 48.36 | 0.32 | 0.41 |
| Hex | 89 | 7C | 46 | 0 | 9 | 31 | 2E | 30 | 20 | 29 |
| Octal | 211 | 174 | 106 | 0 | 11 | 61 | 56 | 60 | 40 | 51 |
| Binary | 10001001 | 1111100 | 1000110 | 0 | 1001 | 110001 | 101110 | 110000 | 100000 | 101001 |
Color Harmonies of #897C46
Complementary color
Monochromatic Colors of #897C46
Black with #897C46
Text Example
Text Example
White with #897C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C46; }
p { color: rgb(137,124,70); }
H1.HeaderClassName
{
color: #897C46;
}
.AnyTagClassName
{
color: #897C46;
}
</style>
background-color css
<style>
a { background-color: #897C46; }
a { background-color: rgb(137,124,70); }
div.DivClassName
{
background-color: #897C46;
}
.BgClassName
{
background-color: #897C46;
}
</style>
border-color css
<style>
span { border-color: #897C46; }
span { border-color: rgb(137,124,70); }
td.TdClassName
{
border-color: #897C46;
}
.TagClassName
{
border-color: #897C46;
}
</style>