Shades of Honey Flower #654D75
Tints of Honey Flower #654D75
RGB
CMYK
RGB Variations
Color information
#654D75 (or 0x654D75) is known color: Honey Flower. HEX triplet: 65, 4D and 75. RGB value is (101,77,117). Sum of RGB (Red+Green+Blue) = 101+77+117=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #654D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D75 is #9AB28A. Grayscale: #585858. Windows color (decimal): -10138251 or 7687525. OLE color: 7687525.
HSL color Cylindrical-coordinate representation of color #654D75: hue angle of 276º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #654D75 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 77 | 117 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.54 |
| HSL | 276º | 0.21% | 0.38% | - |
| HSV(B) | 276º | 0.34% | 0.46% | - |
| XYZ | 11.23 | 9.36 | 18.04 | - |
| YUV | 88.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 117 | 0.14 | 0.34 | 0 | 0.54 | 276 | 0.21 | 0.38 |
| Hex | 65 | 4D | 75 | E | 22 | 0 | 36 | 114 | 15 | 26 |
| Octal | 145 | 115 | 165 | 16 | 42 | 0 | 66 | 424 | 25 | 46 |
| Binary | 1100101 | 1001101 | 1110101 | 1110 | 100010 | 0 | 110110 | 100010100 | 10101 | 100110 |
Color Harmonies of #654D75
Complementary color
Monochromatic Colors of #654D75
Black with #654D75
Text Example
Text Example
White with #654D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D75; }
p { color: rgb(101,77,117); }
H1.HeaderClassName
{
color: #654D75;
}
.AnyTagClassName
{
color: #654D75;
}
</style>
background-color css
<style>
a { background-color: #654D75; }
a { background-color: rgb(101,77,117); }
div.DivClassName
{
background-color: #654D75;
}
.BgClassName
{
background-color: #654D75;
}
</style>
border-color css
<style>
span { border-color: #654D75; }
span { border-color: rgb(101,77,117); }
td.TdClassName
{
border-color: #654D75;
}
.TagClassName
{
border-color: #654D75;
}
</style>