Shades of Clay Creek #897B5E
Tints of Clay Creek #897B5E
RGB
CMYK
RGB Variations
Color information
#897B5E (or 0x897B5E) is known color: Clay Creek. HEX triplet: 89, 7B and 5E. RGB value is (137,123,94). Sum of RGB (Red+Green+Blue) = 137+123+94=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B5E is #7684A1. Grayscale: #7C7C7C. Windows color (decimal): -7767202 or 6192009. OLE color: 6192009.
HSL color Cylindrical-coordinate representation of color #897B5E: hue angle of 40.47º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #897B5E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 94 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.46 |
| HSL | 40.47º | 0.19% | 0.45% | - |
| HSV(B) | 40.47º | 0.31% | 0.54% | - |
| XYZ | 19.42 | 20.29 | 13.48 | - |
| YUV | 123.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 94 | 0 | 0.10 | 0.31 | 0.46 | 40.47 | 0.19 | 0.45 |
| Hex | 89 | 7B | 5E | 0 | A | 1F | 2E | 28 | 13 | 2D |
| Octal | 211 | 173 | 136 | 0 | 12 | 37 | 56 | 50 | 23 | 55 |
| Binary | 10001001 | 1111011 | 1011110 | 0 | 1010 | 11111 | 101110 | 101000 | 10011 | 101101 |
Color Harmonies of #897B5E
Complementary color
Monochromatic Colors of #897B5E
Black with #897B5E
Text Example
Text Example
White with #897B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B5E; }
p { color: rgb(137,123,94); }
H1.HeaderClassName
{
color: #897B5E;
}
.AnyTagClassName
{
color: #897B5E;
}
</style>
background-color css
<style>
a { background-color: #897B5E; }
a { background-color: rgb(137,123,94); }
div.DivClassName
{
background-color: #897B5E;
}
.BgClassName
{
background-color: #897B5E;
}
</style>
border-color css
<style>
span { border-color: #897B5E; }
span { border-color: rgb(137,123,94); }
td.TdClassName
{
border-color: #897B5E;
}
.TagClassName
{
border-color: #897B5E;
}
</style>