Shades of Clay Creek #91885B
Tints of Clay Creek #91885B
RGB
CMYK
RGB Variations
Color information
#91885B (or 0x91885B) is known color: Clay Creek. HEX triplet: 91, 88 and 5B. RGB value is (145,136,91). Sum of RGB (Red+Green+Blue) = 145+136+91=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91885B is #6E77A4. Grayscale: #858585. Windows color (decimal): -7239589 or 5998737. OLE color: 5998737.
HSL color Cylindrical-coordinate representation of color #91885B: hue angle of 50º degrees, saturation: 0.23, 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 #91885B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 91 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.43 |
| HSL | 50º | 0.23% | 0.46% | - |
| HSV(B) | 50º | 0.37% | 0.57% | - |
| XYZ | 22.37 | 24.38 | 13.42 | - |
| YUV | 133.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 91 | 0 | 0.06 | 0.37 | 0.43 | 50 | 0.23 | 0.46 |
| Hex | 91 | 88 | 5B | 0 | 6 | 25 | 2B | 32 | 17 | 2E |
| Octal | 221 | 210 | 133 | 0 | 6 | 45 | 53 | 62 | 27 | 56 |
| Binary | 10010001 | 10001000 | 1011011 | 0 | 110 | 100101 | 101011 | 110010 | 10111 | 101110 |
Color Harmonies of #91885B
Complementary color
Monochromatic Colors of #91885B
Black with #91885B
Text Example
Text Example
White with #91885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91885B; }
p { color: rgb(145,136,91); }
H1.HeaderClassName
{
color: #91885B;
}
.AnyTagClassName
{
color: #91885B;
}
</style>
background-color css
<style>
a { background-color: #91885B; }
a { background-color: rgb(145,136,91); }
div.DivClassName
{
background-color: #91885B;
}
.BgClassName
{
background-color: #91885B;
}
</style>
border-color css
<style>
span { border-color: #91885B; }
span { border-color: rgb(145,136,91); }
td.TdClassName
{
border-color: #91885B;
}
.TagClassName
{
border-color: #91885B;
}
</style>