Shades of Clay Creek #897F56
Tints of Clay Creek #897F56
RGB
CMYK
RGB Variations
Color information
#897F56 (or 0x897F56) is known color: Clay Creek. HEX triplet: 89, 7F and 56. RGB value is (137,127,86). Sum of RGB (Red+Green+Blue) = 137+127+86=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #897F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F56 is #7680A9. Grayscale: #7D7D7D. Windows color (decimal): -7766186 or 5668745. OLE color: 5668745.
HSL color Cylindrical-coordinate representation of color #897F56: hue angle of 48.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #897F56 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 86 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.46 |
| HSL | 48.24º | 0.23% | 0.44% | - |
| HSV(B) | 48.24º | 0.37% | 0.54% | - |
| XYZ | 19.59 | 21.17 | 11.86 | - |
| YUV | 125.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 86 | 0 | 0.07 | 0.37 | 0.46 | 48.24 | 0.23 | 0.44 |
| Hex | 89 | 7F | 56 | 0 | 7 | 25 | 2E | 30 | 17 | 2C |
| Octal | 211 | 177 | 126 | 0 | 7 | 45 | 56 | 60 | 27 | 54 |
| Binary | 10001001 | 1111111 | 1010110 | 0 | 111 | 100101 | 101110 | 110000 | 10111 | 101100 |
Color Harmonies of #897F56
Complementary color
Monochromatic Colors of #897F56
Black with #897F56
Text Example
Text Example
White with #897F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F56; }
p { color: rgb(137,127,86); }
H1.HeaderClassName
{
color: #897F56;
}
.AnyTagClassName
{
color: #897F56;
}
</style>
background-color css
<style>
a { background-color: #897F56; }
a { background-color: rgb(137,127,86); }
div.DivClassName
{
background-color: #897F56;
}
.BgClassName
{
background-color: #897F56;
}
</style>
border-color css
<style>
span { border-color: #897F56; }
span { border-color: rgb(137,127,86); }
td.TdClassName
{
border-color: #897F56;
}
.TagClassName
{
border-color: #897F56;
}
</style>