Shades of Clay Creek #897B46
Tints of Clay Creek #897B46
RGB
CMYK
RGB Variations
Color information
#897B46 (or 0x897B46) is known color: Clay Creek. HEX triplet: 89, 7B and 46. RGB value is (137,123,70). Sum of RGB (Red+Green+Blue) = 137+123+70=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #897B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B46 is #7684B9. Grayscale: #797979. Windows color (decimal): -7767226 or 4619145. OLE color: 4619145.
HSL color Cylindrical-coordinate representation of color #897B46: hue angle of 47.46º 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 #897B46 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 70 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.46 |
| HSL | 47.46º | 0.32% | 0.41% | - |
| HSV(B) | 47.46º | 0.49% | 0.54% | - |
| XYZ | 18.5 | 19.93 | 8.67 | - |
| YUV | 121.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 70 | 0 | 0.10 | 0.49 | 0.46 | 47.46 | 0.32 | 0.41 |
| Hex | 89 | 7B | 46 | 0 | A | 31 | 2E | 2F | 20 | 29 |
| Octal | 211 | 173 | 106 | 0 | 12 | 61 | 56 | 57 | 40 | 51 |
| Binary | 10001001 | 1111011 | 1000110 | 0 | 1010 | 110001 | 101110 | 101111 | 100000 | 101001 |
Color Harmonies of #897B46
Complementary color
Monochromatic Colors of #897B46
Black with #897B46
Text Example
Text Example
White with #897B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B46; }
p { color: rgb(137,123,70); }
H1.HeaderClassName
{
color: #897B46;
}
.AnyTagClassName
{
color: #897B46;
}
</style>
background-color css
<style>
a { background-color: #897B46; }
a { background-color: rgb(137,123,70); }
div.DivClassName
{
background-color: #897B46;
}
.BgClassName
{
background-color: #897B46;
}
</style>
border-color css
<style>
span { border-color: #897B46; }
span { border-color: rgb(137,123,70); }
td.TdClassName
{
border-color: #897B46;
}
.TagClassName
{
border-color: #897B46;
}
</style>