Shades of Clay Creek #918251
Tints of Clay Creek #918251
RGB
CMYK
RGB Variations
Color information
#918251 (or 0x918251) is known color: Clay Creek. HEX triplet: 91, 82 and 51. RGB value is (145,130,81). Sum of RGB (Red+Green+Blue) = 145+130+81=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #918251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918251 is #6E7DAE. Grayscale: #818181. Windows color (decimal): -7241135 or 5341841. OLE color: 5341841.
HSL color Cylindrical-coordinate representation of color #918251: hue angle of 45.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918251 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 81 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.43 |
| HSL | 45.94º | 0.28% | 0.44% | - |
| HSV(B) | 45.94º | 0.44% | 0.57% | - |
| XYZ | 21.14 | 22.58 | 11.03 | - |
| YUV | 128.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 81 | 0 | 0.10 | 0.44 | 0.43 | 45.94 | 0.28 | 0.44 |
| Hex | 91 | 82 | 51 | 0 | A | 2C | 2B | 2E | 1C | 2C |
| Octal | 221 | 202 | 121 | 0 | 12 | 54 | 53 | 56 | 34 | 54 |
| Binary | 10010001 | 10000010 | 1010001 | 0 | 1010 | 101100 | 101011 | 101110 | 11100 | 101100 |
Color Harmonies of #918251
Complementary color
Monochromatic Colors of #918251
Black with #918251
Text Example
Text Example
White with #918251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918251; }
p { color: rgb(145,130,81); }
H1.HeaderClassName
{
color: #918251;
}
.AnyTagClassName
{
color: #918251;
}
</style>
background-color css
<style>
a { background-color: #918251; }
a { background-color: rgb(145,130,81); }
div.DivClassName
{
background-color: #918251;
}
.BgClassName
{
background-color: #918251;
}
</style>
border-color css
<style>
span { border-color: #918251; }
span { border-color: rgb(145,130,81); }
td.TdClassName
{
border-color: #918251;
}
.TagClassName
{
border-color: #918251;
}
</style>