Shades of Clay Creek #917E4C
Tints of Clay Creek #917E4C
RGB
CMYK
RGB Variations
Color information
#917E4C (or 0x917E4C) is known color: Clay Creek. HEX triplet: 91, 7E and 4C. RGB value is (145,126,76). Sum of RGB (Red+Green+Blue) = 145+126+76=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #917E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E4C is #6E81B3. Grayscale: #7E7E7E. Windows color (decimal): -7242164 or 5013137. OLE color: 5013137.
HSL color Cylindrical-coordinate representation of color #917E4C: hue angle of 43.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917E4C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 76 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.43 |
| HSL | 43.48º | 0.31% | 0.43% | - |
| HSV(B) | 43.48º | 0.48% | 0.57% | - |
| XYZ | 20.44 | 21.46 | 9.9 | - |
| YUV | 125.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 76 | 0 | 0.13 | 0.48 | 0.43 | 43.48 | 0.31 | 0.43 |
| Hex | 91 | 7E | 4C | 0 | D | 30 | 2B | 2B | 1F | 2B |
| Octal | 221 | 176 | 114 | 0 | 15 | 60 | 53 | 53 | 37 | 53 |
| Binary | 10010001 | 1111110 | 1001100 | 0 | 1101 | 110000 | 101011 | 101011 | 11111 | 101011 |
Color Harmonies of #917E4C
Complementary color
Monochromatic Colors of #917E4C
Black with #917E4C
Text Example
Text Example
White with #917E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E4C; }
p { color: rgb(145,126,76); }
H1.HeaderClassName
{
color: #917E4C;
}
.AnyTagClassName
{
color: #917E4C;
}
</style>
background-color css
<style>
a { background-color: #917E4C; }
a { background-color: rgb(145,126,76); }
div.DivClassName
{
background-color: #917E4C;
}
.BgClassName
{
background-color: #917E4C;
}
</style>
border-color css
<style>
span { border-color: #917E4C; }
span { border-color: rgb(145,126,76); }
td.TdClassName
{
border-color: #917E4C;
}
.TagClassName
{
border-color: #917E4C;
}
</style>