Shades of McKenzie #95613A
Tints of McKenzie #95613A
RGB
CMYK
RGB Variations
Color information
#95613A (or 0x95613A) is known color: McKenzie. HEX triplet: 95, 61 and 3A. RGB value is (149,97,58). Sum of RGB (Red+Green+Blue) = 149+97+58=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95613A is #6A9EC5. Grayscale: #6C6C6C. Windows color (decimal): -6987462 or 3826069. OLE color: 3826069.
HSL color Cylindrical-coordinate representation of color #95613A: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95613A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 58 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.42 |
| HSL | 25.71º | 0.44% | 0.41% | - |
| HSV(B) | 25.71º | 0.61% | 0.58% | - |
| XYZ | 17.43 | 15.24 | 6.03 | - |
| YUV | 108.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 58 | 0 | 0.35 | 0.61 | 0.42 | 25.71 | 0.44 | 0.41 |
| Hex | 95 | 61 | 3A | 0 | 23 | 3D | 2A | 1A | 2C | 29 |
| Octal | 225 | 141 | 72 | 0 | 43 | 75 | 52 | 32 | 54 | 51 |
| Binary | 10010101 | 1100001 | 111010 | 0 | 100011 | 111101 | 101010 | 11010 | 101100 | 101001 |
Color Harmonies of #95613A
Complementary color
Monochromatic Colors of #95613A
Black with #95613A
Text Example
Text Example
White with #95613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95613A; }
p { color: rgb(149,97,58); }
H1.HeaderClassName
{
color: #95613A;
}
.AnyTagClassName
{
color: #95613A;
}
</style>
background-color css
<style>
a { background-color: #95613A; }
a { background-color: rgb(149,97,58); }
div.DivClassName
{
background-color: #95613A;
}
.BgClassName
{
background-color: #95613A;
}
</style>
border-color css
<style>
span { border-color: #95613A; }
span { border-color: rgb(149,97,58); }
td.TdClassName
{
border-color: #95613A;
}
.TagClassName
{
border-color: #95613A;
}
</style>