Shades of Honey Flower #65446F
Tints of Honey Flower #65446F
RGB
CMYK
RGB Variations
Color information
#65446F (or 0x65446F) is known color: Honey Flower. HEX triplet: 65, 44 and 6F. RGB value is (101,68,111). Sum of RGB (Red+Green+Blue) = 101+68+111=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #65446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65446F is #9ABB90. Grayscale: #525252. Windows color (decimal): -10140561 or 7292005. OLE color: 7292005.
HSL color Cylindrical-coordinate representation of color #65446F: hue angle of 286.05º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65446F is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 68 | 111 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.56 |
| HSL | 286.05º | 0.24% | 0.35% | - |
| HSV(B) | 286.05º | 0.39% | 0.44% | - |
| XYZ | 10.3 | 8.05 | 16.05 | - |
| YUV | 82.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 111 | 0.09 | 0.39 | 0 | 0.56 | 286.05 | 0.24 | 0.35 |
| Hex | 65 | 44 | 6F | 9 | 27 | 0 | 38 | 11E | 18 | 23 |
| Octal | 145 | 104 | 157 | 11 | 47 | 0 | 70 | 436 | 30 | 43 |
| Binary | 1100101 | 1000100 | 1101111 | 1001 | 100111 | 0 | 111000 | 100011110 | 11000 | 100011 |
Color Harmonies of #65446F
Complementary color
Monochromatic Colors of #65446F
Black with #65446F
Text Example
Text Example
White with #65446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65446F; }
p { color: rgb(101,68,111); }
H1.HeaderClassName
{
color: #65446F;
}
.AnyTagClassName
{
color: #65446F;
}
</style>
background-color css
<style>
a { background-color: #65446F; }
a { background-color: rgb(101,68,111); }
div.DivClassName
{
background-color: #65446F;
}
.BgClassName
{
background-color: #65446F;
}
</style>
border-color css
<style>
span { border-color: #65446F; }
span { border-color: rgb(101,68,111); }
td.TdClassName
{
border-color: #65446F;
}
.TagClassName
{
border-color: #65446F;
}
</style>