Shades of Clay Creek #868250
Tints of Clay Creek #868250
RGB
CMYK
RGB Variations
Color information
#868250 (or 0x868250) is known color: Clay Creek. HEX triplet: 86, 82 and 50. RGB value is (134,130,80). Sum of RGB (Red+Green+Blue) = 134+130+80=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #868250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868250 is #797DAF. Grayscale: #7D7D7D. Windows color (decimal): -7962032 or 5276294. OLE color: 5276294.
HSL color Cylindrical-coordinate representation of color #868250: hue angle of 55.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868250 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 80 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.47 |
| HSL | 55.56º | 0.25% | 0.42% | - |
| HSV(B) | 55.56º | 0.4% | 0.53% | - |
| XYZ | 19.26 | 21.61 | 10.75 | - |
| YUV | 125.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 80 | 0 | 0.03 | 0.40 | 0.47 | 55.56 | 0.25 | 0.42 |
| Hex | 86 | 82 | 50 | 0 | 3 | 28 | 2F | 38 | 19 | 2A |
| Octal | 206 | 202 | 120 | 0 | 3 | 50 | 57 | 70 | 31 | 52 |
| Binary | 10000110 | 10000010 | 1010000 | 0 | 11 | 101000 | 101111 | 111000 | 11001 | 101010 |
Color Harmonies of #868250
Complementary color
Monochromatic Colors of #868250
Black with #868250
Text Example
Text Example
White with #868250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868250; }
p { color: rgb(134,130,80); }
H1.HeaderClassName
{
color: #868250;
}
.AnyTagClassName
{
color: #868250;
}
</style>
background-color css
<style>
a { background-color: #868250; }
a { background-color: rgb(134,130,80); }
div.DivClassName
{
background-color: #868250;
}
.BgClassName
{
background-color: #868250;
}
</style>
border-color css
<style>
span { border-color: #868250; }
span { border-color: rgb(134,130,80); }
td.TdClassName
{
border-color: #868250;
}
.TagClassName
{
border-color: #868250;
}
</style>