Shades of Clay Creek #91884F
Tints of Clay Creek #91884F
RGB
CMYK
RGB Variations
Color information
#91884F (or 0x91884F) is known color: Clay Creek. HEX triplet: 91, 88 and 4F. RGB value is (145,136,79). Sum of RGB (Red+Green+Blue) = 145+136+79=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #91884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91884F is #6E77B0. Grayscale: #848484. Windows color (decimal): -7239601 or 5212305. OLE color: 5212305.
HSL color Cylindrical-coordinate representation of color #91884F: hue angle of 51.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91884F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 79 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.43 |
| HSL | 51.82º | 0.29% | 0.44% | - |
| HSV(B) | 51.82º | 0.46% | 0.57% | - |
| XYZ | 21.89 | 24.19 | 10.91 | - |
| YUV | 132.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 79 | 0 | 0.06 | 0.46 | 0.43 | 51.82 | 0.29 | 0.44 |
| Hex | 91 | 88 | 4F | 0 | 6 | 2E | 2B | 34 | 1D | 2C |
| Octal | 221 | 210 | 117 | 0 | 6 | 56 | 53 | 64 | 35 | 54 |
| Binary | 10010001 | 10001000 | 1001111 | 0 | 110 | 101110 | 101011 | 110100 | 11101 | 101100 |
Color Harmonies of #91884F
Complementary color
Monochromatic Colors of #91884F
Black with #91884F
Text Example
Text Example
White with #91884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91884F; }
p { color: rgb(145,136,79); }
H1.HeaderClassName
{
color: #91884F;
}
.AnyTagClassName
{
color: #91884F;
}
</style>
background-color css
<style>
a { background-color: #91884F; }
a { background-color: rgb(145,136,79); }
div.DivClassName
{
background-color: #91884F;
}
.BgClassName
{
background-color: #91884F;
}
</style>
border-color css
<style>
span { border-color: #91884F; }
span { border-color: rgb(145,136,79); }
td.TdClassName
{
border-color: #91884F;
}
.TagClassName
{
border-color: #91884F;
}
</style>