Shades of Clay Creek #91825B
Tints of Clay Creek #91825B
RGB
CMYK
RGB Variations
Color information
#91825B (or 0x91825B) is known color: Clay Creek. HEX triplet: 91, 82 and 5B. RGB value is (145,130,91). Sum of RGB (Red+Green+Blue) = 145+130+91=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91825B is #6E7DA4. Grayscale: #828282. Windows color (decimal): -7241125 or 5997201. OLE color: 5997201.
HSL color Cylindrical-coordinate representation of color #91825B: hue angle of 43.33º 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 #91825B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 91 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.43 |
| HSL | 43.33º | 0.23% | 0.46% | - |
| HSV(B) | 43.33º | 0.37% | 0.57% | - |
| XYZ | 21.55 | 22.74 | 13.15 | - |
| YUV | 130.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 91 | 0 | 0.10 | 0.37 | 0.43 | 43.33 | 0.23 | 0.46 |
| Hex | 91 | 82 | 5B | 0 | A | 25 | 2B | 2B | 17 | 2E |
| Octal | 221 | 202 | 133 | 0 | 12 | 45 | 53 | 53 | 27 | 56 |
| Binary | 10010001 | 10000010 | 1011011 | 0 | 1010 | 100101 | 101011 | 101011 | 10111 | 101110 |
Color Harmonies of #91825B
Complementary color
Monochromatic Colors of #91825B
Black with #91825B
Text Example
Text Example
White with #91825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91825B; }
p { color: rgb(145,130,91); }
H1.HeaderClassName
{
color: #91825B;
}
.AnyTagClassName
{
color: #91825B;
}
</style>
background-color css
<style>
a { background-color: #91825B; }
a { background-color: rgb(145,130,91); }
div.DivClassName
{
background-color: #91825B;
}
.BgClassName
{
background-color: #91825B;
}
</style>
border-color css
<style>
span { border-color: #91825B; }
span { border-color: rgb(145,130,91); }
td.TdClassName
{
border-color: #91825B;
}
.TagClassName
{
border-color: #91825B;
}
</style>