Shades of Clay Creek #917C4A
Tints of Clay Creek #917C4A
RGB
CMYK
RGB Variations
Color information
#917C4A (or 0x917C4A) is known color: Clay Creek. HEX triplet: 91, 7C and 4A. RGB value is (145,124,74). Sum of RGB (Red+Green+Blue) = 145+124+74=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C4A is #6E83B5. Grayscale: #7C7C7C. Windows color (decimal): -7242678 or 4881553. OLE color: 4881553.
HSL color Cylindrical-coordinate representation of color #917C4A: hue angle of 42.25º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917C4A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 74 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.43 |
| HSL | 42.25º | 0.32% | 0.43% | - |
| HSV(B) | 42.25º | 0.49% | 0.57% | - |
| XYZ | 20.12 | 20.93 | 9.46 | - |
| YUV | 124.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 74 | 0 | 0.14 | 0.49 | 0.43 | 42.25 | 0.32 | 0.43 |
| Hex | 91 | 7C | 4A | 0 | E | 31 | 2B | 2A | 20 | 2B |
| Octal | 221 | 174 | 112 | 0 | 16 | 61 | 53 | 52 | 40 | 53 |
| Binary | 10010001 | 1111100 | 1001010 | 0 | 1110 | 110001 | 101011 | 101010 | 100000 | 101011 |
Color Harmonies of #917C4A
Complementary color
Monochromatic Colors of #917C4A
Black with #917C4A
Text Example
Text Example
White with #917C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C4A; }
p { color: rgb(145,124,74); }
H1.HeaderClassName
{
color: #917C4A;
}
.AnyTagClassName
{
color: #917C4A;
}
</style>
background-color css
<style>
a { background-color: #917C4A; }
a { background-color: rgb(145,124,74); }
div.DivClassName
{
background-color: #917C4A;
}
.BgClassName
{
background-color: #917C4A;
}
</style>
border-color css
<style>
span { border-color: #917C4A; }
span { border-color: rgb(145,124,74); }
td.TdClassName
{
border-color: #917C4A;
}
.TagClassName
{
border-color: #917C4A;
}
</style>