Shades of Bittersweet #FF685D
Tints of Bittersweet #FF685D
RGB
CMYK
RGB Variations
Color information
#FF685D (or 0xFF685D) is known color: Bittersweet. HEX triplet: FF, 68 and 5D. RGB value is (255,104,93). Sum of RGB (Red+Green+Blue) = 255+104+93=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF685D is #0097A2. Grayscale: #949494. Windows color (decimal): -38819 or 6121727. OLE color: 6121727.
HSL color Cylindrical-coordinate representation of color #FF685D: hue angle of 4.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF685D is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 93 | - |
| CMYK | 0 | 0.59 | 0.64 | 0 |
| HSL | 4.07º | 1% | 0.68% | - |
| HSV(B) | 4.07º | 0.64% | 1% | - |
| XYZ | 48.17 | 31.95 | 13.98 | - |
| YUV | 147.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 93 | 0 | 0.59 | 0.64 | 0 | 4.07 | 1 | 0.68 |
| Hex | FF | 68 | 5D | 0 | 3B | 40 | 0 | 4 | 64 | 44 |
| Octal | 377 | 150 | 135 | 0 | 73 | 100 | 0 | 4 | 144 | 104 |
| Binary | 11111111 | 1101000 | 1011101 | 0 | 111011 | 1000000 | 0 | 100 | 1100100 | 1000100 |
Color Harmonies of #FF685D
Complementary color
Monochromatic Colors of #FF685D
Black with #FF685D
Text Example
Text Example
White with #FF685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF685D; }
p { color: rgb(255,104,93); }
H1.HeaderClassName
{
color: #FF685D;
}
.AnyTagClassName
{
color: #FF685D;
}
</style>
background-color css
<style>
a { background-color: #FF685D; }
a { background-color: rgb(255,104,93); }
div.DivClassName
{
background-color: #FF685D;
}
.BgClassName
{
background-color: #FF685D;
}
</style>
border-color css
<style>
span { border-color: #FF685D; }
span { border-color: rgb(255,104,93); }
td.TdClassName
{
border-color: #FF685D;
}
.TagClassName
{
border-color: #FF685D;
}
</style>