Shades of Clay Creek #897B5B
Tints of Clay Creek #897B5B
RGB
CMYK
RGB Variations
Color information
#897B5B (or 0x897B5B) is known color: Clay Creek. HEX triplet: 89, 7B and 5B. RGB value is (137,123,91). Sum of RGB (Red+Green+Blue) = 137+123+91=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #897B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B5B is #7684A4. Grayscale: #7B7B7B. Windows color (decimal): -7767205 or 5995401. OLE color: 5995401.
HSL color Cylindrical-coordinate representation of color #897B5B: hue angle of 41.74º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #897B5B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 91 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.46 |
| HSL | 41.74º | 0.2% | 0.45% | - |
| HSV(B) | 41.74º | 0.34% | 0.54% | - |
| XYZ | 19.29 | 20.24 | 12.79 | - |
| YUV | 123.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 91 | 0 | 0.10 | 0.34 | 0.46 | 41.74 | 0.2 | 0.45 |
| Hex | 89 | 7B | 5B | 0 | A | 22 | 2E | 2A | 14 | 2D |
| Octal | 211 | 173 | 133 | 0 | 12 | 42 | 56 | 52 | 24 | 55 |
| Binary | 10001001 | 1111011 | 1011011 | 0 | 1010 | 100010 | 101110 | 101010 | 10100 | 101101 |
Color Harmonies of #897B5B
Complementary color
Monochromatic Colors of #897B5B
Black with #897B5B
Text Example
Text Example
White with #897B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B5B; }
p { color: rgb(137,123,91); }
H1.HeaderClassName
{
color: #897B5B;
}
.AnyTagClassName
{
color: #897B5B;
}
</style>
background-color css
<style>
a { background-color: #897B5B; }
a { background-color: rgb(137,123,91); }
div.DivClassName
{
background-color: #897B5B;
}
.BgClassName
{
background-color: #897B5B;
}
</style>
border-color css
<style>
span { border-color: #897B5B; }
span { border-color: rgb(137,123,91); }
td.TdClassName
{
border-color: #897B5B;
}
.TagClassName
{
border-color: #897B5B;
}
</style>