Shades of Clay Creek #92864E
Tints of Clay Creek #92864E
RGB
CMYK
RGB Variations
Color information
#92864E (or 0x92864E) is known color: Clay Creek. HEX triplet: 92, 86 and 4E. RGB value is (146,134,78). Sum of RGB (Red+Green+Blue) = 146+134+78=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92864E is #6D79B1. Grayscale: #838383. Windows color (decimal): -7174578 or 5146258. OLE color: 5146258.
HSL color Cylindrical-coordinate representation of color #92864E: hue angle of 49.41º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92864E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 78 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.43 |
| HSL | 49.41º | 0.3% | 0.44% | - |
| HSV(B) | 49.41º | 0.47% | 0.57% | - |
| XYZ | 21.75 | 23.71 | 10.64 | - |
| YUV | 131.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 78 | 0 | 0.08 | 0.47 | 0.43 | 49.41 | 0.3 | 0.44 |
| Hex | 92 | 86 | 4E | 0 | 8 | 2F | 2B | 31 | 1E | 2C |
| Octal | 222 | 206 | 116 | 0 | 10 | 57 | 53 | 61 | 36 | 54 |
| Binary | 10010010 | 10000110 | 1001110 | 0 | 1000 | 101111 | 101011 | 110001 | 11110 | 101100 |
Color Harmonies of #92864E
Complementary color
Monochromatic Colors of #92864E
Black with #92864E
Text Example
Text Example
White with #92864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92864E; }
p { color: rgb(146,134,78); }
H1.HeaderClassName
{
color: #92864E;
}
.AnyTagClassName
{
color: #92864E;
}
</style>
background-color css
<style>
a { background-color: #92864E; }
a { background-color: rgb(146,134,78); }
div.DivClassName
{
background-color: #92864E;
}
.BgClassName
{
background-color: #92864E;
}
</style>
border-color css
<style>
span { border-color: #92864E; }
span { border-color: rgb(146,134,78); }
td.TdClassName
{
border-color: #92864E;
}
.TagClassName
{
border-color: #92864E;
}
</style>