Shades of McKenzie #915E35
Tints of McKenzie #915E35
RGB
CMYK
RGB Variations
Color information
#915E35 (or 0x915E35) is known color: McKenzie. HEX triplet: 91, 5E and 35. RGB value is (145,94,53). Sum of RGB (Red+Green+Blue) = 145+94+53=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #915E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E35 is #6EA1CA. Grayscale: #686868. Windows color (decimal): -7250379 or 3497617. OLE color: 3497617.
HSL color Cylindrical-coordinate representation of color #915E35: hue angle of 26.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915E35 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 53 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.43 |
| HSL | 26.74º | 0.46% | 0.39% | - |
| HSV(B) | 26.74º | 0.63% | 0.57% | - |
| XYZ | 16.32 | 14.28 | 5.26 | - |
| YUV | 104.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 53 | 0 | 0.35 | 0.63 | 0.43 | 26.74 | 0.46 | 0.39 |
| Hex | 91 | 5E | 35 | 0 | 23 | 3F | 2B | 1B | 2E | 27 |
| Octal | 221 | 136 | 65 | 0 | 43 | 77 | 53 | 33 | 56 | 47 |
| Binary | 10010001 | 1011110 | 110101 | 0 | 100011 | 111111 | 101011 | 11011 | 101110 | 100111 |
Color Harmonies of #915E35
Complementary color
Monochromatic Colors of #915E35
Black with #915E35
Text Example
Text Example
White with #915E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E35; }
p { color: rgb(145,94,53); }
H1.HeaderClassName
{
color: #915E35;
}
.AnyTagClassName
{
color: #915E35;
}
</style>
background-color css
<style>
a { background-color: #915E35; }
a { background-color: rgb(145,94,53); }
div.DivClassName
{
background-color: #915E35;
}
.BgClassName
{
background-color: #915E35;
}
</style>
border-color css
<style>
span { border-color: #915E35; }
span { border-color: rgb(145,94,53); }
td.TdClassName
{
border-color: #915E35;
}
.TagClassName
{
border-color: #915E35;
}
</style>