Shades of Clay Creek #907D4C
Tints of Clay Creek #907D4C
RGB
CMYK
RGB Variations
Color information
#907D4C (or 0x907D4C) is known color: Clay Creek. HEX triplet: 90, 7D and 4C. RGB value is (144,125,76). Sum of RGB (Red+Green+Blue) = 144+125+76=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #907D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D4C is #6F82B3. Grayscale: #7D7D7D. Windows color (decimal): -7307956 or 5012880. OLE color: 5012880.
HSL color Cylindrical-coordinate representation of color #907D4C: hue angle of 43.24º degrees, saturation: 0.31, 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 #907D4C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 76 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.44 |
| HSL | 43.24º | 0.31% | 0.43% | - |
| HSV(B) | 43.24º | 0.47% | 0.56% | - |
| XYZ | 20.14 | 21.12 | 9.85 | - |
| YUV | 125.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 76 | 0 | 0.13 | 0.47 | 0.44 | 43.24 | 0.31 | 0.43 |
| Hex | 90 | 7D | 4C | 0 | D | 2F | 2C | 2B | 1F | 2B |
| Octal | 220 | 175 | 114 | 0 | 15 | 57 | 54 | 53 | 37 | 53 |
| Binary | 10010000 | 1111101 | 1001100 | 0 | 1101 | 101111 | 101100 | 101011 | 11111 | 101011 |
Color Harmonies of #907D4C
Complementary color
Monochromatic Colors of #907D4C
Black with #907D4C
Text Example
Text Example
White with #907D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D4C; }
p { color: rgb(144,125,76); }
H1.HeaderClassName
{
color: #907D4C;
}
.AnyTagClassName
{
color: #907D4C;
}
</style>
background-color css
<style>
a { background-color: #907D4C; }
a { background-color: rgb(144,125,76); }
div.DivClassName
{
background-color: #907D4C;
}
.BgClassName
{
background-color: #907D4C;
}
</style>
border-color css
<style>
span { border-color: #907D4C; }
span { border-color: rgb(144,125,76); }
td.TdClassName
{
border-color: #907D4C;
}
.TagClassName
{
border-color: #907D4C;
}
</style>