Shades of Clay Creek #91814A
Tints of Clay Creek #91814A
RGB
CMYK
RGB Variations
Color information
#91814A (or 0x91814A) is known color: Clay Creek. HEX triplet: 91, 81 and 4A. RGB value is (145,129,74). Sum of RGB (Red+Green+Blue) = 145+129+74=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #91814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91814A is #6E7EB5. Grayscale: #7F7F7F. Windows color (decimal): -7241398 or 4882833. OLE color: 4882833.
HSL color Cylindrical-coordinate representation of color #91814A: hue angle of 46.48º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91814A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 74 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.43 |
| HSL | 46.48º | 0.32% | 0.43% | - |
| HSV(B) | 46.48º | 0.49% | 0.57% | - |
| XYZ | 20.76 | 22.21 | 9.67 | - |
| YUV | 127.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 74 | 0 | 0.11 | 0.49 | 0.43 | 46.48 | 0.32 | 0.43 |
| Hex | 91 | 81 | 4A | 0 | B | 31 | 2B | 2E | 20 | 2B |
| Octal | 221 | 201 | 112 | 0 | 13 | 61 | 53 | 56 | 40 | 53 |
| Binary | 10010001 | 10000001 | 1001010 | 0 | 1011 | 110001 | 101011 | 101110 | 100000 | 101011 |
Color Harmonies of #91814A
Complementary color
Monochromatic Colors of #91814A
Black with #91814A
Text Example
Text Example
White with #91814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91814A; }
p { color: rgb(145,129,74); }
H1.HeaderClassName
{
color: #91814A;
}
.AnyTagClassName
{
color: #91814A;
}
</style>
background-color css
<style>
a { background-color: #91814A; }
a { background-color: rgb(145,129,74); }
div.DivClassName
{
background-color: #91814A;
}
.BgClassName
{
background-color: #91814A;
}
</style>
border-color css
<style>
span { border-color: #91814A; }
span { border-color: rgb(145,129,74); }
td.TdClassName
{
border-color: #91814A;
}
.TagClassName
{
border-color: #91814A;
}
</style>