Shades of Clay Creek #91855C
Tints of Clay Creek #91855C
RGB
CMYK
RGB Variations
Color information
#91855C (or 0x91855C) is known color: Clay Creek. HEX triplet: 91, 85 and 5C. RGB value is (145,133,92). Sum of RGB (Red+Green+Blue) = 145+133+92=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91855C is #6E7AA3. Grayscale: #848484. Windows color (decimal): -7240356 or 6063505. OLE color: 6063505.
HSL color Cylindrical-coordinate representation of color #91855C: hue angle of 46.42º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91855C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 92 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.43 |
| HSL | 46.42º | 0.22% | 0.46% | - |
| HSV(B) | 46.42º | 0.37% | 0.57% | - |
| XYZ | 22 | 23.57 | 13.51 | - |
| YUV | 131.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 92 | 0 | 0.08 | 0.37 | 0.43 | 46.42 | 0.22 | 0.46 |
| Hex | 91 | 85 | 5C | 0 | 8 | 25 | 2B | 2E | 16 | 2E |
| Octal | 221 | 205 | 134 | 0 | 10 | 45 | 53 | 56 | 26 | 56 |
| Binary | 10010001 | 10000101 | 1011100 | 0 | 1000 | 100101 | 101011 | 101110 | 10110 | 101110 |
Color Harmonies of #91855C
Complementary color
Monochromatic Colors of #91855C
Black with #91855C
Text Example
Text Example
White with #91855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91855C; }
p { color: rgb(145,133,92); }
H1.HeaderClassName
{
color: #91855C;
}
.AnyTagClassName
{
color: #91855C;
}
</style>
background-color css
<style>
a { background-color: #91855C; }
a { background-color: rgb(145,133,92); }
div.DivClassName
{
background-color: #91855C;
}
.BgClassName
{
background-color: #91855C;
}
</style>
border-color css
<style>
span { border-color: #91855C; }
span { border-color: rgb(145,133,92); }
td.TdClassName
{
border-color: #91855C;
}
.TagClassName
{
border-color: #91855C;
}
</style>