Shades of Honey Flower #654D74
Tints of Honey Flower #654D74
RGB
CMYK
RGB Variations
Color information
#654D74 (or 0x654D74) is known color: Honey Flower. HEX triplet: 65, 4D and 74. RGB value is (101,77,116). Sum of RGB (Red+Green+Blue) = 101+77+116=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #654D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D74 is #9AB28B. Grayscale: #585858. Windows color (decimal): -10138252 or 7621989. OLE color: 7621989.
HSL color Cylindrical-coordinate representation of color #654D74: hue angle of 276.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654D74 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 77 | 116 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.55 |
| HSL | 276.92º | 0.2% | 0.38% | - |
| HSV(B) | 276.92º | 0.34% | 0.45% | - |
| XYZ | 11.17 | 9.34 | 17.74 | - |
| YUV | 88.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 116 | 0.13 | 0.34 | 0 | 0.55 | 276.92 | 0.2 | 0.38 |
| Hex | 65 | 4D | 74 | D | 22 | 0 | 37 | 115 | 14 | 26 |
| Octal | 145 | 115 | 164 | 15 | 42 | 0 | 67 | 425 | 24 | 46 |
| Binary | 1100101 | 1001101 | 1110100 | 1101 | 100010 | 0 | 110111 | 100010101 | 10100 | 100110 |
Color Harmonies of #654D74
Complementary color
Monochromatic Colors of #654D74
Black with #654D74
Text Example
Text Example
White with #654D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D74; }
p { color: rgb(101,77,116); }
H1.HeaderClassName
{
color: #654D74;
}
.AnyTagClassName
{
color: #654D74;
}
</style>
background-color css
<style>
a { background-color: #654D74; }
a { background-color: rgb(101,77,116); }
div.DivClassName
{
background-color: #654D74;
}
.BgClassName
{
background-color: #654D74;
}
</style>
border-color css
<style>
span { border-color: #654D74; }
span { border-color: rgb(101,77,116); }
td.TdClassName
{
border-color: #654D74;
}
.TagClassName
{
border-color: #654D74;
}
</style>