Shades of McKenzie #95653E
Tints of McKenzie #95653E
RGB
CMYK
RGB Variations
Color information
#95653E (or 0x95653E) is known color: McKenzie. HEX triplet: 95, 65 and 3E. RGB value is (149,101,62). Sum of RGB (Red+Green+Blue) = 149+101+62=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95653E is #6A9AC1. Grayscale: #6F6F6F. Windows color (decimal): -6986434 or 4089237. OLE color: 4089237.
HSL color Cylindrical-coordinate representation of color #95653E: hue angle of 26.9º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95653E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 62 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.42 |
| HSL | 26.9º | 0.41% | 0.41% | - |
| HSV(B) | 26.9º | 0.58% | 0.58% | - |
| XYZ | 17.92 | 16.04 | 6.71 | - |
| YUV | 110.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 62 | 0 | 0.32 | 0.58 | 0.42 | 26.9 | 0.41 | 0.41 |
| Hex | 95 | 65 | 3E | 0 | 20 | 3A | 2A | 1B | 29 | 29 |
| Octal | 225 | 145 | 76 | 0 | 40 | 72 | 52 | 33 | 51 | 51 |
| Binary | 10010101 | 1100101 | 111110 | 0 | 100000 | 111010 | 101010 | 11011 | 101001 | 101001 |
Color Harmonies of #95653E
Complementary color
Monochromatic Colors of #95653E
Black with #95653E
Text Example
Text Example
White with #95653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95653E; }
p { color: rgb(149,101,62); }
H1.HeaderClassName
{
color: #95653E;
}
.AnyTagClassName
{
color: #95653E;
}
</style>
background-color css
<style>
a { background-color: #95653E; }
a { background-color: rgb(149,101,62); }
div.DivClassName
{
background-color: #95653E;
}
.BgClassName
{
background-color: #95653E;
}
</style>
border-color css
<style>
span { border-color: #95653E; }
span { border-color: rgb(149,101,62); }
td.TdClassName
{
border-color: #95653E;
}
.TagClassName
{
border-color: #95653E;
}
</style>