Shades of Clay Creek #8B8156
Tints of Clay Creek #8B8156
RGB
CMYK
RGB Variations
Color information
#8B8156 (or 0x8B8156) is known color: Clay Creek. HEX triplet: 8B, 81 and 56. RGB value is (139,129,86). Sum of RGB (Red+Green+Blue) = 139+129+86=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8156 is #747EA9. Grayscale: #7F7F7F. Windows color (decimal): -7634602 or 5669259. OLE color: 5669259.
HSL color Cylindrical-coordinate representation of color #8B8156: hue angle of 48.68º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B8156 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 86 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.45 |
| HSL | 48.68º | 0.24% | 0.44% | - |
| HSV(B) | 48.68º | 0.38% | 0.55% | - |
| XYZ | 20.18 | 21.86 | 11.96 | - |
| YUV | 127.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 86 | 0 | 0.07 | 0.38 | 0.45 | 48.68 | 0.24 | 0.44 |
| Hex | 8B | 81 | 56 | 0 | 7 | 26 | 2D | 31 | 18 | 2C |
| Octal | 213 | 201 | 126 | 0 | 7 | 46 | 55 | 61 | 30 | 54 |
| Binary | 10001011 | 10000001 | 1010110 | 0 | 111 | 100110 | 101101 | 110001 | 11000 | 101100 |
Color Harmonies of #8B8156
Complementary color
Monochromatic Colors of #8B8156
Black with #8B8156
Text Example
Text Example
White with #8B8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8156; }
p { color: rgb(139,129,86); }
H1.HeaderClassName
{
color: #8B8156;
}
.AnyTagClassName
{
color: #8B8156;
}
</style>
background-color css
<style>
a { background-color: #8B8156; }
a { background-color: rgb(139,129,86); }
div.DivClassName
{
background-color: #8B8156;
}
.BgClassName
{
background-color: #8B8156;
}
</style>
border-color css
<style>
span { border-color: #8B8156; }
span { border-color: rgb(139,129,86); }
td.TdClassName
{
border-color: #8B8156;
}
.TagClassName
{
border-color: #8B8156;
}
</style>