Shades of Clay Creek #898455
Tints of Clay Creek #898455
RGB
CMYK
RGB Variations
Color information
#898455 (or 0x898455) is known color: Clay Creek. HEX triplet: 89, 84 and 55. RGB value is (137,132,85). Sum of RGB (Red+Green+Blue) = 137+132+85=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #898455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898455 is #767BAA. Grayscale: #808080. Windows color (decimal): -7764907 or 5604489. OLE color: 5604489.
HSL color Cylindrical-coordinate representation of color #898455: hue angle of 54.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898455 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 85 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.46 |
| HSL | 54.23º | 0.23% | 0.44% | - |
| HSV(B) | 54.23º | 0.38% | 0.54% | - |
| XYZ | 20.21 | 22.48 | 11.87 | - |
| YUV | 128.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 85 | 0 | 0.04 | 0.38 | 0.46 | 54.23 | 0.23 | 0.44 |
| Hex | 89 | 84 | 55 | 0 | 4 | 26 | 2E | 36 | 17 | 2C |
| Octal | 211 | 204 | 125 | 0 | 4 | 46 | 56 | 66 | 27 | 54 |
| Binary | 10001001 | 10000100 | 1010101 | 0 | 100 | 100110 | 101110 | 110110 | 10111 | 101100 |
Color Harmonies of #898455
Complementary color
Monochromatic Colors of #898455
Black with #898455
Text Example
Text Example
White with #898455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898455; }
p { color: rgb(137,132,85); }
H1.HeaderClassName
{
color: #898455;
}
.AnyTagClassName
{
color: #898455;
}
</style>
background-color css
<style>
a { background-color: #898455; }
a { background-color: rgb(137,132,85); }
div.DivClassName
{
background-color: #898455;
}
.BgClassName
{
background-color: #898455;
}
</style>
border-color css
<style>
span { border-color: #898455; }
span { border-color: rgb(137,132,85); }
td.TdClassName
{
border-color: #898455;
}
.TagClassName
{
border-color: #898455;
}
</style>