Shades of Clay Creek #91805D
Tints of Clay Creek #91805D
RGB
CMYK
RGB Variations
Color information
#91805D (or 0x91805D) is known color: Clay Creek. HEX triplet: 91, 80 and 5D. RGB value is (145,128,93). Sum of RGB (Red+Green+Blue) = 145+128+93=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #91805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91805D is #6E7FA2. Grayscale: #818181. Windows color (decimal): -7241635 or 6127761. OLE color: 6127761.
HSL color Cylindrical-coordinate representation of color #91805D: hue angle of 40.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91805D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 93 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.43 |
| HSL | 40.38º | 0.22% | 0.47% | - |
| HSV(B) | 40.38º | 0.36% | 0.57% | - |
| XYZ | 21.37 | 22.25 | 13.52 | - |
| YUV | 129.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 93 | 0 | 0.12 | 0.36 | 0.43 | 40.38 | 0.22 | 0.47 |
| Hex | 91 | 80 | 5D | 0 | C | 24 | 2B | 28 | 16 | 2F |
| Octal | 221 | 200 | 135 | 0 | 14 | 44 | 53 | 50 | 26 | 57 |
| Binary | 10010001 | 10000000 | 1011101 | 0 | 1100 | 100100 | 101011 | 101000 | 10110 | 101111 |
Color Harmonies of #91805D
Complementary color
Monochromatic Colors of #91805D
Black with #91805D
Text Example
Text Example
White with #91805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91805D; }
p { color: rgb(145,128,93); }
H1.HeaderClassName
{
color: #91805D;
}
.AnyTagClassName
{
color: #91805D;
}
</style>
background-color css
<style>
a { background-color: #91805D; }
a { background-color: rgb(145,128,93); }
div.DivClassName
{
background-color: #91805D;
}
.BgClassName
{
background-color: #91805D;
}
</style>
border-color css
<style>
span { border-color: #91805D; }
span { border-color: rgb(145,128,93); }
td.TdClassName
{
border-color: #91805D;
}
.TagClassName
{
border-color: #91805D;
}
</style>