Shades of Clay Creek #907B4C
Tints of Clay Creek #907B4C
RGB
CMYK
RGB Variations
Color information
#907B4C (or 0x907B4C) is known color: Clay Creek. HEX triplet: 90, 7B and 4C. RGB value is (144,123,76). Sum of RGB (Red+Green+Blue) = 144+123+76=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #907B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B4C is #6F84B3. Grayscale: #7C7C7C. Windows color (decimal): -7308468 or 5012368. OLE color: 5012368.
HSL color Cylindrical-coordinate representation of color #907B4C: hue angle of 41.47º 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 #907B4C is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 76 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.44 |
| HSL | 41.47º | 0.31% | 0.43% | - |
| HSV(B) | 41.47º | 0.47% | 0.56% | - |
| XYZ | 19.89 | 20.62 | 9.77 | - |
| YUV | 123.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 76 | 0 | 0.15 | 0.47 | 0.44 | 41.47 | 0.31 | 0.43 |
| Hex | 90 | 7B | 4C | 0 | F | 2F | 2C | 29 | 1F | 2B |
| Octal | 220 | 173 | 114 | 0 | 17 | 57 | 54 | 51 | 37 | 53 |
| Binary | 10010000 | 1111011 | 1001100 | 0 | 1111 | 101111 | 101100 | 101001 | 11111 | 101011 |
Color Harmonies of #907B4C
Complementary color
Monochromatic Colors of #907B4C
Black with #907B4C
Text Example
Text Example
White with #907B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B4C; }
p { color: rgb(144,123,76); }
H1.HeaderClassName
{
color: #907B4C;
}
.AnyTagClassName
{
color: #907B4C;
}
</style>
background-color css
<style>
a { background-color: #907B4C; }
a { background-color: rgb(144,123,76); }
div.DivClassName
{
background-color: #907B4C;
}
.BgClassName
{
background-color: #907B4C;
}
</style>
border-color css
<style>
span { border-color: #907B4C; }
span { border-color: rgb(144,123,76); }
td.TdClassName
{
border-color: #907B4C;
}
.TagClassName
{
border-color: #907B4C;
}
</style>