Shades of Clay Creek #91874F
Tints of Clay Creek #91874F
RGB
CMYK
RGB Variations
Color information
#91874F (or 0x91874F) is known color: Clay Creek. HEX triplet: 91, 87 and 4F. RGB value is (145,135,79). Sum of RGB (Red+Green+Blue) = 145+135+79=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91874F is #6E78B0. Grayscale: #838383. Windows color (decimal): -7239857 or 5212049. OLE color: 5212049.
HSL color Cylindrical-coordinate representation of color #91874F: hue angle of 50.91º 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 #91874F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 79 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.43 |
| HSL | 50.91º | 0.29% | 0.44% | - |
| HSV(B) | 50.91º | 0.46% | 0.57% | - |
| XYZ | 21.75 | 23.91 | 10.87 | - |
| YUV | 131.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 79 | 0 | 0.07 | 0.46 | 0.43 | 50.91 | 0.29 | 0.44 |
| Hex | 91 | 87 | 4F | 0 | 7 | 2E | 2B | 33 | 1D | 2C |
| Octal | 221 | 207 | 117 | 0 | 7 | 56 | 53 | 63 | 35 | 54 |
| Binary | 10010001 | 10000111 | 1001111 | 0 | 111 | 101110 | 101011 | 110011 | 11101 | 101100 |
Color Harmonies of #91874F
Complementary color
Monochromatic Colors of #91874F
Black with #91874F
Text Example
Text Example
White with #91874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91874F; }
p { color: rgb(145,135,79); }
H1.HeaderClassName
{
color: #91874F;
}
.AnyTagClassName
{
color: #91874F;
}
</style>
background-color css
<style>
a { background-color: #91874F; }
a { background-color: rgb(145,135,79); }
div.DivClassName
{
background-color: #91874F;
}
.BgClassName
{
background-color: #91874F;
}
</style>
border-color css
<style>
span { border-color: #91874F; }
span { border-color: rgb(145,135,79); }
td.TdClassName
{
border-color: #91874F;
}
.TagClassName
{
border-color: #91874F;
}
</style>