Shades of Clay Creek #867B5A
Tints of Clay Creek #867B5A
RGB
CMYK
RGB Variations
Color information
#867B5A (or 0x867B5A) is known color: Clay Creek. HEX triplet: 86, 7B and 5A. RGB value is (134,123,90). Sum of RGB (Red+Green+Blue) = 134+123+90=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5A is #7984A5. Grayscale: #7A7A7A. Windows color (decimal): -7963814 or 5929862. OLE color: 5929862.
HSL color Cylindrical-coordinate representation of color #867B5A: hue angle of 45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #867B5A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 90 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.47 |
| HSL | 45º | 0.2% | 0.44% | - |
| HSV(B) | 45º | 0.33% | 0.53% | - |
| XYZ | 18.76 | 19.97 | 12.54 | - |
| YUV | 122.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 90 | 0 | 0.08 | 0.33 | 0.47 | 45 | 0.2 | 0.44 |
| Hex | 86 | 7B | 5A | 0 | 8 | 21 | 2F | 2D | 14 | 2C |
| Octal | 206 | 173 | 132 | 0 | 10 | 41 | 57 | 55 | 24 | 54 |
| Binary | 10000110 | 1111011 | 1011010 | 0 | 1000 | 100001 | 101111 | 101101 | 10100 | 101100 |
Color Harmonies of #867B5A
Complementary color
Monochromatic Colors of #867B5A
Black with #867B5A
Text Example
Text Example
White with #867B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B5A; }
p { color: rgb(134,123,90); }
H1.HeaderClassName
{
color: #867B5A;
}
.AnyTagClassName
{
color: #867B5A;
}
</style>
background-color css
<style>
a { background-color: #867B5A; }
a { background-color: rgb(134,123,90); }
div.DivClassName
{
background-color: #867B5A;
}
.BgClassName
{
background-color: #867B5A;
}
</style>
border-color css
<style>
span { border-color: #867B5A; }
span { border-color: rgb(134,123,90); }
td.TdClassName
{
border-color: #867B5A;
}
.TagClassName
{
border-color: #867B5A;
}
</style>