Shades of Clay Creek #907C4D
Tints of Clay Creek #907C4D
RGB
CMYK
RGB Variations
Color information
#907C4D (or 0x907C4D) is known color: Clay Creek. HEX triplet: 90, 7C and 4D. RGB value is (144,124,77). Sum of RGB (Red+Green+Blue) = 144+124+77=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #907C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C4D is #6F83B2. Grayscale: #7C7C7C. Windows color (decimal): -7308211 or 5078160. OLE color: 5078160.
HSL color Cylindrical-coordinate representation of color #907C4D: hue angle of 42.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907C4D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 77 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.44 |
| HSL | 42.09º | 0.3% | 0.43% | - |
| HSV(B) | 42.09º | 0.47% | 0.56% | - |
| XYZ | 20.05 | 20.88 | 9.99 | - |
| YUV | 124.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 77 | 0 | 0.14 | 0.47 | 0.44 | 42.09 | 0.3 | 0.43 |
| Hex | 90 | 7C | 4D | 0 | E | 2F | 2C | 2A | 1E | 2B |
| Octal | 220 | 174 | 115 | 0 | 16 | 57 | 54 | 52 | 36 | 53 |
| Binary | 10010000 | 1111100 | 1001101 | 0 | 1110 | 101111 | 101100 | 101010 | 11110 | 101011 |
Color Harmonies of #907C4D
Complementary color
Monochromatic Colors of #907C4D
Black with #907C4D
Text Example
Text Example
White with #907C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C4D; }
p { color: rgb(144,124,77); }
H1.HeaderClassName
{
color: #907C4D;
}
.AnyTagClassName
{
color: #907C4D;
}
</style>
background-color css
<style>
a { background-color: #907C4D; }
a { background-color: rgb(144,124,77); }
div.DivClassName
{
background-color: #907C4D;
}
.BgClassName
{
background-color: #907C4D;
}
</style>
border-color css
<style>
span { border-color: #907C4D; }
span { border-color: rgb(144,124,77); }
td.TdClassName
{
border-color: #907C4D;
}
.TagClassName
{
border-color: #907C4D;
}
</style>