Shades of Clay Creek #907F5C
Tints of Clay Creek #907F5C
RGB
CMYK
RGB Variations
Color information
#907F5C (or 0x907F5C) is known color: Clay Creek. HEX triplet: 90, 7F and 5C. RGB value is (144,127,92). Sum of RGB (Red+Green+Blue) = 144+127+92=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #907F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F5C is #6F80A3. Grayscale: #808080. Windows color (decimal): -7307428 or 6061968. OLE color: 6061968.
HSL color Cylindrical-coordinate representation of color #907F5C: hue angle of 40.38º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #907F5C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 92 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.44 |
| HSL | 40.38º | 0.22% | 0.46% | - |
| HSV(B) | 40.38º | 0.36% | 0.56% | - |
| XYZ | 21.02 | 21.88 | 13.24 | - |
| YUV | 128.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 92 | 0 | 0.12 | 0.36 | 0.44 | 40.38 | 0.22 | 0.46 |
| Hex | 90 | 7F | 5C | 0 | C | 24 | 2C | 28 | 16 | 2E |
| Octal | 220 | 177 | 134 | 0 | 14 | 44 | 54 | 50 | 26 | 56 |
| Binary | 10010000 | 1111111 | 1011100 | 0 | 1100 | 100100 | 101100 | 101000 | 10110 | 101110 |
Color Harmonies of #907F5C
Complementary color
Monochromatic Colors of #907F5C
Black with #907F5C
Text Example
Text Example
White with #907F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F5C; }
p { color: rgb(144,127,92); }
H1.HeaderClassName
{
color: #907F5C;
}
.AnyTagClassName
{
color: #907F5C;
}
</style>
background-color css
<style>
a { background-color: #907F5C; }
a { background-color: rgb(144,127,92); }
div.DivClassName
{
background-color: #907F5C;
}
.BgClassName
{
background-color: #907F5C;
}
</style>
border-color css
<style>
span { border-color: #907F5C; }
span { border-color: rgb(144,127,92); }
td.TdClassName
{
border-color: #907F5C;
}
.TagClassName
{
border-color: #907F5C;
}
</style>