Shades of Clay Creek #8B8656
Tints of Clay Creek #8B8656
RGB
CMYK
RGB Variations
Color information
#8B8656 (or 0x8B8656) is known color: Clay Creek. HEX triplet: 8B, 86 and 56. RGB value is (139,134,86). Sum of RGB (Red+Green+Blue) = 139+134+86=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8656 is #7479A9. Grayscale: #828282. Windows color (decimal): -7633322 or 5670539. OLE color: 5670539.
HSL color Cylindrical-coordinate representation of color #8B8656: hue angle of 54.34º 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 #8B8656 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 86 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.45 |
| HSL | 54.34º | 0.24% | 0.44% | - |
| HSV(B) | 54.34º | 0.38% | 0.55% | - |
| XYZ | 20.85 | 23.21 | 12.19 | - |
| YUV | 130.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 86 | 0 | 0.04 | 0.38 | 0.45 | 54.34 | 0.24 | 0.44 |
| Hex | 8B | 86 | 56 | 0 | 4 | 26 | 2D | 36 | 18 | 2C |
| Octal | 213 | 206 | 126 | 0 | 4 | 46 | 55 | 66 | 30 | 54 |
| Binary | 10001011 | 10000110 | 1010110 | 0 | 100 | 100110 | 101101 | 110110 | 11000 | 101100 |
Color Harmonies of #8B8656
Complementary color
Monochromatic Colors of #8B8656
Black with #8B8656
Text Example
Text Example
White with #8B8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8656; }
p { color: rgb(139,134,86); }
H1.HeaderClassName
{
color: #8B8656;
}
.AnyTagClassName
{
color: #8B8656;
}
</style>
background-color css
<style>
a { background-color: #8B8656; }
a { background-color: rgb(139,134,86); }
div.DivClassName
{
background-color: #8B8656;
}
.BgClassName
{
background-color: #8B8656;
}
</style>
border-color css
<style>
span { border-color: #8B8656; }
span { border-color: rgb(139,134,86); }
td.TdClassName
{
border-color: #8B8656;
}
.TagClassName
{
border-color: #8B8656;
}
</style>