Shades of Clay Creek #908151
Tints of Clay Creek #908151
RGB
CMYK
RGB Variations
Color information
#908151 (or 0x908151) is known color: Clay Creek. HEX triplet: 90, 81 and 51. RGB value is (144,129,81). Sum of RGB (Red+Green+Blue) = 144+129+81=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #908151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908151 is #6F7EAE. Grayscale: #808080. Windows color (decimal): -7306927 or 5341584. OLE color: 5341584.
HSL color Cylindrical-coordinate representation of color #908151: hue angle of 45.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #908151 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 81 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.44 |
| HSL | 45.71º | 0.28% | 0.44% | - |
| HSV(B) | 45.71º | 0.44% | 0.56% | - |
| XYZ | 20.84 | 22.22 | 10.98 | - |
| YUV | 128.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 81 | 0 | 0.10 | 0.44 | 0.44 | 45.71 | 0.28 | 0.44 |
| Hex | 90 | 81 | 51 | 0 | A | 2C | 2C | 2E | 1C | 2C |
| Octal | 220 | 201 | 121 | 0 | 12 | 54 | 54 | 56 | 34 | 54 |
| Binary | 10010000 | 10000001 | 1010001 | 0 | 1010 | 101100 | 101100 | 101110 | 11100 | 101100 |
Color Harmonies of #908151
Complementary color
Monochromatic Colors of #908151
Black with #908151
Text Example
Text Example
White with #908151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908151; }
p { color: rgb(144,129,81); }
H1.HeaderClassName
{
color: #908151;
}
.AnyTagClassName
{
color: #908151;
}
</style>
background-color css
<style>
a { background-color: #908151; }
a { background-color: rgb(144,129,81); }
div.DivClassName
{
background-color: #908151;
}
.BgClassName
{
background-color: #908151;
}
</style>
border-color css
<style>
span { border-color: #908151; }
span { border-color: rgb(144,129,81); }
td.TdClassName
{
border-color: #908151;
}
.TagClassName
{
border-color: #908151;
}
</style>