Shades of McKenzie #95673F
Tints of McKenzie #95673F
RGB
CMYK
RGB Variations
Color information
#95673F (or 0x95673F) is known color: McKenzie. HEX triplet: 95, 67 and 3F. RGB value is (149,103,63). Sum of RGB (Red+Green+Blue) = 149+103+63=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95673F is #6A98C0. Grayscale: #707070. Windows color (decimal): -6985921 or 4155285. OLE color: 4155285.
HSL color Cylindrical-coordinate representation of color #95673F: hue angle of 27.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95673F is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 63 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.42 |
| HSL | 27.91º | 0.41% | 0.42% | - |
| HSV(B) | 27.91º | 0.58% | 0.58% | - |
| XYZ | 18.14 | 16.45 | 6.92 | - |
| YUV | 112.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 63 | 0 | 0.31 | 0.58 | 0.42 | 27.91 | 0.41 | 0.42 |
| Hex | 95 | 67 | 3F | 0 | 1F | 3A | 2A | 1C | 29 | 2A |
| Octal | 225 | 147 | 77 | 0 | 37 | 72 | 52 | 34 | 51 | 52 |
| Binary | 10010101 | 1100111 | 111111 | 0 | 11111 | 111010 | 101010 | 11100 | 101001 | 101010 |
Color Harmonies of #95673F
Complementary color
Monochromatic Colors of #95673F
Black with #95673F
Text Example
Text Example
White with #95673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95673F; }
p { color: rgb(149,103,63); }
H1.HeaderClassName
{
color: #95673F;
}
.AnyTagClassName
{
color: #95673F;
}
</style>
background-color css
<style>
a { background-color: #95673F; }
a { background-color: rgb(149,103,63); }
div.DivClassName
{
background-color: #95673F;
}
.BgClassName
{
background-color: #95673F;
}
</style>
border-color css
<style>
span { border-color: #95673F; }
span { border-color: rgb(149,103,63); }
td.TdClassName
{
border-color: #95673F;
}
.TagClassName
{
border-color: #95673F;
}
</style>