Shades of Clay Creek #907D5A
Tints of Clay Creek #907D5A
RGB
CMYK
RGB Variations
Color information
#907D5A (or 0x907D5A) is known color: Clay Creek. HEX triplet: 90, 7D and 5A. RGB value is (144,125,90). Sum of RGB (Red+Green+Blue) = 144+125+90=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #907D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D5A is #6F82A5. Grayscale: #7E7E7E. Windows color (decimal): -7307942 or 5930384. OLE color: 5930384.
HSL color Cylindrical-coordinate representation of color #907D5A: hue angle of 38.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907D5A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 90 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.44 |
| HSL | 38.89º | 0.23% | 0.46% | - |
| HSV(B) | 38.89º | 0.38% | 0.56% | - |
| XYZ | 20.68 | 21.33 | 12.7 | - |
| YUV | 126.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 90 | 0 | 0.13 | 0.37 | 0.44 | 38.89 | 0.23 | 0.46 |
| Hex | 90 | 7D | 5A | 0 | D | 25 | 2C | 27 | 17 | 2E |
| Octal | 220 | 175 | 132 | 0 | 15 | 45 | 54 | 47 | 27 | 56 |
| Binary | 10010000 | 1111101 | 1011010 | 0 | 1101 | 100101 | 101100 | 100111 | 10111 | 101110 |
Color Harmonies of #907D5A
Complementary color
Monochromatic Colors of #907D5A
Black with #907D5A
Text Example
Text Example
White with #907D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D5A; }
p { color: rgb(144,125,90); }
H1.HeaderClassName
{
color: #907D5A;
}
.AnyTagClassName
{
color: #907D5A;
}
</style>
background-color css
<style>
a { background-color: #907D5A; }
a { background-color: rgb(144,125,90); }
div.DivClassName
{
background-color: #907D5A;
}
.BgClassName
{
background-color: #907D5A;
}
</style>
border-color css
<style>
span { border-color: #907D5A; }
span { border-color: rgb(144,125,90); }
td.TdClassName
{
border-color: #907D5A;
}
.TagClassName
{
border-color: #907D5A;
}
</style>