Shades of Honey Flower #65456F
Tints of Honey Flower #65456F
RGB
CMYK
RGB Variations
Color information
#65456F (or 0x65456F) is known color: Honey Flower. HEX triplet: 65, 45 and 6F. RGB value is (101,69,111). Sum of RGB (Red+Green+Blue) = 101+69+111=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #65456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65456F is #9ABA90. Grayscale: #535353. Windows color (decimal): -10140305 or 7292261. OLE color: 7292261.
HSL color Cylindrical-coordinate representation of color #65456F: hue angle of 285.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65456F is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 69 | 111 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.56 |
| HSL | 285.71º | 0.23% | 0.35% | - |
| HSV(B) | 285.71º | 0.38% | 0.44% | - |
| XYZ | 10.36 | 8.17 | 16.07 | - |
| YUV | 83.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 111 | 0.09 | 0.38 | 0 | 0.56 | 285.71 | 0.23 | 0.35 |
| Hex | 65 | 45 | 6F | 9 | 26 | 0 | 38 | 11E | 17 | 23 |
| Octal | 145 | 105 | 157 | 11 | 46 | 0 | 70 | 436 | 27 | 43 |
| Binary | 1100101 | 1000101 | 1101111 | 1001 | 100110 | 0 | 111000 | 100011110 | 10111 | 100011 |
Color Harmonies of #65456F
Complementary color
Monochromatic Colors of #65456F
Black with #65456F
Text Example
Text Example
White with #65456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65456F; }
p { color: rgb(101,69,111); }
H1.HeaderClassName
{
color: #65456F;
}
.AnyTagClassName
{
color: #65456F;
}
</style>
background-color css
<style>
a { background-color: #65456F; }
a { background-color: rgb(101,69,111); }
div.DivClassName
{
background-color: #65456F;
}
.BgClassName
{
background-color: #65456F;
}
</style>
border-color css
<style>
span { border-color: #65456F; }
span { border-color: rgb(101,69,111); }
td.TdClassName
{
border-color: #65456F;
}
.TagClassName
{
border-color: #65456F;
}
</style>