Shades of Clay Creek #91854E
Tints of Clay Creek #91854E
RGB
CMYK
RGB Variations
Color information
#91854E (or 0x91854E) is known color: Clay Creek. HEX triplet: 91, 85 and 4E. RGB value is (145,133,78). Sum of RGB (Red+Green+Blue) = 145+133+78=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91854E is #6E7AB1. Grayscale: #828282. Windows color (decimal): -7240370 or 5146001. OLE color: 5146001.
HSL color Cylindrical-coordinate representation of color #91854E: hue angle of 49.25º degrees, saturation: 0.3, 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 #91854E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 78 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.43 |
| HSL | 49.25º | 0.3% | 0.44% | - |
| HSV(B) | 49.25º | 0.46% | 0.57% | - |
| XYZ | 21.44 | 23.34 | 10.58 | - |
| YUV | 130.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 78 | 0 | 0.08 | 0.46 | 0.43 | 49.25 | 0.3 | 0.44 |
| Hex | 91 | 85 | 4E | 0 | 8 | 2E | 2B | 31 | 1E | 2C |
| Octal | 221 | 205 | 116 | 0 | 10 | 56 | 53 | 61 | 36 | 54 |
| Binary | 10010001 | 10000101 | 1001110 | 0 | 1000 | 101110 | 101011 | 110001 | 11110 | 101100 |
Color Harmonies of #91854E
Complementary color
Monochromatic Colors of #91854E
Black with #91854E
Text Example
Text Example
White with #91854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91854E; }
p { color: rgb(145,133,78); }
H1.HeaderClassName
{
color: #91854E;
}
.AnyTagClassName
{
color: #91854E;
}
</style>
background-color css
<style>
a { background-color: #91854E; }
a { background-color: rgb(145,133,78); }
div.DivClassName
{
background-color: #91854E;
}
.BgClassName
{
background-color: #91854E;
}
</style>
border-color css
<style>
span { border-color: #91854E; }
span { border-color: rgb(145,133,78); }
td.TdClassName
{
border-color: #91854E;
}
.TagClassName
{
border-color: #91854E;
}
</style>