Shades of McKenzie #95673D
Tints of McKenzie #95673D
RGB
CMYK
RGB Variations
Color information
#95673D (or 0x95673D) is known color: McKenzie. HEX triplet: 95, 67 and 3D. RGB value is (149,103,61). Sum of RGB (Red+Green+Blue) = 149+103+61=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95673D is #6A98C2. Grayscale: #707070. Windows color (decimal): -6985923 or 4024213. OLE color: 4024213.
HSL color Cylindrical-coordinate representation of color #95673D: hue angle of 28.64º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95673D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 61 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.42 |
| HSL | 28.64º | 0.42% | 0.41% | - |
| HSV(B) | 28.64º | 0.59% | 0.58% | - |
| XYZ | 18.09 | 16.43 | 6.63 | - |
| YUV | 111.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 61 | 0 | 0.31 | 0.59 | 0.42 | 28.64 | 0.42 | 0.41 |
| Hex | 95 | 67 | 3D | 0 | 1F | 3B | 2A | 1D | 2A | 29 |
| Octal | 225 | 147 | 75 | 0 | 37 | 73 | 52 | 35 | 52 | 51 |
| Binary | 10010101 | 1100111 | 111101 | 0 | 11111 | 111011 | 101010 | 11101 | 101010 | 101001 |
Color Harmonies of #95673D
Complementary color
Monochromatic Colors of #95673D
Black with #95673D
Text Example
Text Example
White with #95673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95673D; }
p { color: rgb(149,103,61); }
H1.HeaderClassName
{
color: #95673D;
}
.AnyTagClassName
{
color: #95673D;
}
</style>
background-color css
<style>
a { background-color: #95673D; }
a { background-color: rgb(149,103,61); }
div.DivClassName
{
background-color: #95673D;
}
.BgClassName
{
background-color: #95673D;
}
</style>
border-color css
<style>
span { border-color: #95673D; }
span { border-color: rgb(149,103,61); }
td.TdClassName
{
border-color: #95673D;
}
.TagClassName
{
border-color: #95673D;
}
</style>