Shades of Killarney #406B44
Tints of Killarney #406B44
RGB
CMYK
RGB Variations
Color information
#406B44 (or 0x406B44) is known color: Killarney. HEX triplet: 40, 6B and 44. RGB value is (64,107,68). Sum of RGB (Red+Green+Blue) = 64+107+68=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #406B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B44 is #BF94BB. Grayscale: #595959. Windows color (decimal): -12555452 or 4483904. OLE color: 4483904.
HSL color Cylindrical-coordinate representation of color #406B44: hue angle of 125.58º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B44 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 68 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.58 |
| HSL | 125.58º | 0.25% | 0.34% | - |
| HSV(B) | 125.58º | 0.4% | 0.42% | - |
| XYZ | 8.42 | 12.02 | 7.35 | - |
| YUV | 89.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 68 | 0.40 | 0 | 0.36 | 0.58 | 125.58 | 0.25 | 0.34 |
| Hex | 40 | 6B | 44 | 28 | 0 | 24 | 3A | 7E | 19 | 22 |
| Octal | 100 | 153 | 104 | 50 | 0 | 44 | 72 | 176 | 31 | 42 |
| Binary | 1000000 | 1101011 | 1000100 | 101000 | 0 | 100100 | 111010 | 1111110 | 11001 | 100010 |
Color Harmonies of #406B44
Complementary color
Monochromatic Colors of #406B44
Black with #406B44
Text Example
Text Example
White with #406B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B44; }
p { color: rgb(64,107,68); }
H1.HeaderClassName
{
color: #406B44;
}
.AnyTagClassName
{
color: #406B44;
}
</style>
background-color css
<style>
a { background-color: #406B44; }
a { background-color: rgb(64,107,68); }
div.DivClassName
{
background-color: #406B44;
}
.BgClassName
{
background-color: #406B44;
}
</style>
border-color css
<style>
span { border-color: #406B44; }
span { border-color: rgb(64,107,68); }
td.TdClassName
{
border-color: #406B44;
}
.TagClassName
{
border-color: #406B44;
}
</style>