Shades of Clay Creek #917B4D
Tints of Clay Creek #917B4D
RGB
CMYK
RGB Variations
Color information
#917B4D (or 0x917B4D) is known color: Clay Creek. HEX triplet: 91, 7B and 4D. RGB value is (145,123,77). Sum of RGB (Red+Green+Blue) = 145+123+77=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #917B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B4D is #6E84B2. Grayscale: #7C7C7C. Windows color (decimal): -7242931 or 5077905. OLE color: 5077905.
HSL color Cylindrical-coordinate representation of color #917B4D: hue angle of 40.59º degrees, saturation: 0.31, 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 #917B4D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 77 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.43 |
| HSL | 40.59º | 0.31% | 0.44% | - |
| HSV(B) | 40.59º | 0.47% | 0.57% | - |
| XYZ | 20.1 | 20.72 | 9.96 | - |
| YUV | 124.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 77 | 0 | 0.15 | 0.47 | 0.43 | 40.59 | 0.31 | 0.44 |
| Hex | 91 | 7B | 4D | 0 | F | 2F | 2B | 29 | 1F | 2C |
| Octal | 221 | 173 | 115 | 0 | 17 | 57 | 53 | 51 | 37 | 54 |
| Binary | 10010001 | 1111011 | 1001101 | 0 | 1111 | 101111 | 101011 | 101001 | 11111 | 101100 |
Color Harmonies of #917B4D
Complementary color
Monochromatic Colors of #917B4D
Black with #917B4D
Text Example
Text Example
White with #917B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B4D; }
p { color: rgb(145,123,77); }
H1.HeaderClassName
{
color: #917B4D;
}
.AnyTagClassName
{
color: #917B4D;
}
</style>
background-color css
<style>
a { background-color: #917B4D; }
a { background-color: rgb(145,123,77); }
div.DivClassName
{
background-color: #917B4D;
}
.BgClassName
{
background-color: #917B4D;
}
</style>
border-color css
<style>
span { border-color: #917B4D; }
span { border-color: rgb(145,123,77); }
td.TdClassName
{
border-color: #917B4D;
}
.TagClassName
{
border-color: #917B4D;
}
</style>