Shades of Clay Creek #897E5E
Tints of Clay Creek #897E5E
RGB
CMYK
RGB Variations
Color information
#897E5E (or 0x897E5E) is known color: Clay Creek. HEX triplet: 89, 7E and 5E. RGB value is (137,126,94). Sum of RGB (Red+Green+Blue) = 137+126+94=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E5E is #7681A1. Grayscale: #7D7D7D. Windows color (decimal): -7766434 or 6192777. OLE color: 6192777.
HSL color Cylindrical-coordinate representation of color #897E5E: hue angle of 44.65º 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 #897E5E is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 126 | 94 | - |
CMYK | 0 | 0.08 | 0.31 | 0.46 |
HSL | 44.65º | 0.19% | 0.45% | - |
HSV(B) | 44.65º | 0.31% | 0.54% | - |
XYZ | 19.8 | 21.05 | 13.61 | - |
YUV | 125.64 | 110.14 | 136.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 126 | 94 | 0 | 0.08 | 0.31 | 0.46 | 44.65 | 0.19 | 0.45 |
Hex | 89 | 7E | 5E | 0 | 8 | 1F | 2E | 2D | 13 | 2D |
Octal | 211 | 176 | 136 | 0 | 10 | 37 | 56 | 55 | 23 | 55 |
Binary | 10001001 | 1111110 | 1011110 | 0 | 1000 | 11111 | 101110 | 101101 | 10011 | 101101 |
Color Harmonies of #897E5E
Complementary color
Monochromatic Colors of #897E5E
Black with #897E5E
Text Example
Text Example
White with #897E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E5E; }
p { color: rgb(137,126,94); }
H1.HeaderClassName
{
color: #897E5E;
}
.AnyTagClassName
{
color: #897E5E;
}
</style>
background-color css
<style>
a { background-color: #897E5E; }
a { background-color: rgb(137,126,94); }
div.DivClassName
{
background-color: #897E5E;
}
.BgClassName
{
background-color: #897E5E;
}
</style>
border-color css
<style>
span { border-color: #897E5E; }
span { border-color: rgb(137,126,94); }
td.TdClassName
{
border-color: #897E5E;
}
.TagClassName
{
border-color: #897E5E;
}
</style>