Shades of Clay Creek #907B4D
Tints of Clay Creek #907B4D
RGB
CMYK
RGB Variations
Color information
#907B4D (or 0x907B4D) is known color: Clay Creek. HEX triplet: 90, 7B and 4D. RGB value is (144,123,77). Sum of RGB (Red+Green+Blue) = 144+123+77=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #907B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B4D is #6F84B2. Grayscale: #7C7C7C. Windows color (decimal): -7308467 or 5077904. OLE color: 5077904.
HSL color Cylindrical-coordinate representation of color #907B4D: hue angle of 41.19º 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 #907B4D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 77 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.44 |
| HSL | 41.19º | 0.3% | 0.43% | - |
| HSV(B) | 41.19º | 0.47% | 0.56% | - |
| XYZ | 19.92 | 20.63 | 9.95 | - |
| YUV | 124.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 77 | 0 | 0.15 | 0.47 | 0.44 | 41.19 | 0.3 | 0.43 |
| Hex | 90 | 7B | 4D | 0 | F | 2F | 2C | 29 | 1E | 2B |
| Octal | 220 | 173 | 115 | 0 | 17 | 57 | 54 | 51 | 36 | 53 |
| Binary | 10010000 | 1111011 | 1001101 | 0 | 1111 | 101111 | 101100 | 101001 | 11110 | 101011 |
Color Harmonies of #907B4D
Complementary color
Monochromatic Colors of #907B4D
Black with #907B4D
Text Example
Text Example
White with #907B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B4D; }
p { color: rgb(144,123,77); }
H1.HeaderClassName
{
color: #907B4D;
}
.AnyTagClassName
{
color: #907B4D;
}
</style>
background-color css
<style>
a { background-color: #907B4D; }
a { background-color: rgb(144,123,77); }
div.DivClassName
{
background-color: #907B4D;
}
.BgClassName
{
background-color: #907B4D;
}
</style>
border-color css
<style>
span { border-color: #907B4D; }
span { border-color: rgb(144,123,77); }
td.TdClassName
{
border-color: #907B4D;
}
.TagClassName
{
border-color: #907B4D;
}
</style>