Shades of Clay Creek #918153
Tints of Clay Creek #918153
RGB
CMYK
RGB Variations
Color information
#918153 (or 0x918153) is known color: Clay Creek. HEX triplet: 91, 81 and 53. RGB value is (145,129,83). Sum of RGB (Red+Green+Blue) = 145+129+83=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #918153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918153 is #6E7EAC. Grayscale: #808080. Windows color (decimal): -7241389 or 5472657. OLE color: 5472657.
HSL color Cylindrical-coordinate representation of color #918153: hue angle of 44.52º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918153 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 83 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.43 |
| HSL | 44.52º | 0.27% | 0.45% | - |
| HSV(B) | 44.52º | 0.43% | 0.57% | - |
| XYZ | 21.09 | 22.34 | 11.39 | - |
| YUV | 128.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 83 | 0 | 0.11 | 0.43 | 0.43 | 44.52 | 0.27 | 0.45 |
| Hex | 91 | 81 | 53 | 0 | B | 2B | 2B | 2D | 1B | 2D |
| Octal | 221 | 201 | 123 | 0 | 13 | 53 | 53 | 55 | 33 | 55 |
| Binary | 10010001 | 10000001 | 1010011 | 0 | 1011 | 101011 | 101011 | 101101 | 11011 | 101101 |
Color Harmonies of #918153
Complementary color
Monochromatic Colors of #918153
Black with #918153
Text Example
Text Example
White with #918153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918153; }
p { color: rgb(145,129,83); }
H1.HeaderClassName
{
color: #918153;
}
.AnyTagClassName
{
color: #918153;
}
</style>
background-color css
<style>
a { background-color: #918153; }
a { background-color: rgb(145,129,83); }
div.DivClassName
{
background-color: #918153;
}
.BgClassName
{
background-color: #918153;
}
</style>
border-color css
<style>
span { border-color: #918153; }
span { border-color: rgb(145,129,83); }
td.TdClassName
{
border-color: #918153;
}
.TagClassName
{
border-color: #918153;
}
</style>