Shades of Clay Creek #91844F
Tints of Clay Creek #91844F
RGB
CMYK
RGB Variations
Color information
#91844F (or 0x91844F) is known color: Clay Creek. HEX triplet: 91, 84 and 4F. RGB value is (145,132,79). Sum of RGB (Red+Green+Blue) = 145+132+79=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91844F is #6E7BB0. Grayscale: #828282. Windows color (decimal): -7240625 or 5211281. OLE color: 5211281.
HSL color Cylindrical-coordinate representation of color #91844F: hue angle of 48.18º 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 #91844F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 79 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.43 |
| HSL | 48.18º | 0.29% | 0.44% | - |
| HSV(B) | 48.18º | 0.46% | 0.57% | - |
| XYZ | 21.34 | 23.09 | 10.73 | - |
| YUV | 129.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 79 | 0 | 0.09 | 0.46 | 0.43 | 48.18 | 0.29 | 0.44 |
| Hex | 91 | 84 | 4F | 0 | 9 | 2E | 2B | 30 | 1D | 2C |
| Octal | 221 | 204 | 117 | 0 | 11 | 56 | 53 | 60 | 35 | 54 |
| Binary | 10010001 | 10000100 | 1001111 | 0 | 1001 | 101110 | 101011 | 110000 | 11101 | 101100 |
Color Harmonies of #91844F
Complementary color
Monochromatic Colors of #91844F
Black with #91844F
Text Example
Text Example
White with #91844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91844F; }
p { color: rgb(145,132,79); }
H1.HeaderClassName
{
color: #91844F;
}
.AnyTagClassName
{
color: #91844F;
}
</style>
background-color css
<style>
a { background-color: #91844F; }
a { background-color: rgb(145,132,79); }
div.DivClassName
{
background-color: #91844F;
}
.BgClassName
{
background-color: #91844F;
}
</style>
border-color css
<style>
span { border-color: #91844F; }
span { border-color: rgb(145,132,79); }
td.TdClassName
{
border-color: #91844F;
}
.TagClassName
{
border-color: #91844F;
}
</style>