Shades of Clay Creek #93864C
Tints of Clay Creek #93864C
RGB
CMYK
RGB Variations
Color information
#93864C (or 0x93864C) is known color: Clay Creek. HEX triplet: 93, 86 and 4C. RGB value is (147,134,76). Sum of RGB (Red+Green+Blue) = 147+134+76=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93864C is #6C79B3. Grayscale: #838383. Windows color (decimal): -7109044 or 5015187. OLE color: 5015187.
HSL color Cylindrical-coordinate representation of color #93864C: hue angle of 49.01º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93864C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 134 | 76 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.42 |
| HSL | 49.01º | 0.32% | 0.44% | - |
| HSV(B) | 49.01º | 0.48% | 0.58% | - |
| XYZ | 21.86 | 23.78 | 10.27 | - |
| YUV | 131.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 76 | 0 | 0.09 | 0.48 | 0.42 | 49.01 | 0.32 | 0.44 |
| Hex | 93 | 86 | 4C | 0 | 9 | 30 | 2A | 31 | 20 | 2C |
| Octal | 223 | 206 | 114 | 0 | 11 | 60 | 52 | 61 | 40 | 54 |
| Binary | 10010011 | 10000110 | 1001100 | 0 | 1001 | 110000 | 101010 | 110001 | 100000 | 101100 |
Color Harmonies of #93864C
Complementary color
Monochromatic Colors of #93864C
Black with #93864C
Text Example
Text Example
White with #93864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93864C; }
p { color: rgb(147,134,76); }
H1.HeaderClassName
{
color: #93864C;
}
.AnyTagClassName
{
color: #93864C;
}
</style>
background-color css
<style>
a { background-color: #93864C; }
a { background-color: rgb(147,134,76); }
div.DivClassName
{
background-color: #93864C;
}
.BgClassName
{
background-color: #93864C;
}
</style>
border-color css
<style>
span { border-color: #93864C; }
span { border-color: rgb(147,134,76); }
td.TdClassName
{
border-color: #93864C;
}
.TagClassName
{
border-color: #93864C;
}
</style>