Shades of Clay Creek #937F46
Tints of Clay Creek #937F46
RGB
CMYK
RGB Variations
Color information
#937F46 (or 0x937F46) is known color: Clay Creek. HEX triplet: 93, 7F and 46. RGB value is (147,127,70). Sum of RGB (Red+Green+Blue) = 147+127+70=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #937F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F46 is #6C80B9. Grayscale: #7E7E7E. Windows color (decimal): -7110842 or 4620179. OLE color: 4620179.
HSL color Cylindrical-coordinate representation of color #937F46: hue angle of 44.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #937F46 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 70 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.42 |
| HSL | 44.42º | 0.35% | 0.43% | - |
| HSV(B) | 44.42º | 0.52% | 0.58% | - |
| XYZ | 20.73 | 21.82 | 8.91 | - |
| YUV | 126.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 70 | 0 | 0.14 | 0.52 | 0.42 | 44.42 | 0.35 | 0.43 |
| Hex | 93 | 7F | 46 | 0 | E | 34 | 2A | 2C | 23 | 2B |
| Octal | 223 | 177 | 106 | 0 | 16 | 64 | 52 | 54 | 43 | 53 |
| Binary | 10010011 | 1111111 | 1000110 | 0 | 1110 | 110100 | 101010 | 101100 | 100011 | 101011 |
Color Harmonies of #937F46
Complementary color
Monochromatic Colors of #937F46
Black with #937F46
Text Example
Text Example
White with #937F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F46; }
p { color: rgb(147,127,70); }
H1.HeaderClassName
{
color: #937F46;
}
.AnyTagClassName
{
color: #937F46;
}
</style>
background-color css
<style>
a { background-color: #937F46; }
a { background-color: rgb(147,127,70); }
div.DivClassName
{
background-color: #937F46;
}
.BgClassName
{
background-color: #937F46;
}
</style>
border-color css
<style>
span { border-color: #937F46; }
span { border-color: rgb(147,127,70); }
td.TdClassName
{
border-color: #937F46;
}
.TagClassName
{
border-color: #937F46;
}
</style>