Shades of Bittersweet #FF685B
Tints of Bittersweet #FF685B
RGB
CMYK
RGB Variations
Color information
#FF685B (or 0xFF685B) is known color: Bittersweet. HEX triplet: FF, 68 and 5B. RGB value is (255,104,91). Sum of RGB (Red+Green+Blue) = 255+104+91=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF685B is #0097A4. Grayscale: #939393. Windows color (decimal): -38821 or 5990655. OLE color: 5990655.
HSL color Cylindrical-coordinate representation of color #FF685B: hue angle of 4.76º 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 #FF685B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 91 | - |
| CMYK | 0 | 0.59 | 0.64 | 0 |
| HSL | 4.76º | 1% | 0.68% | - |
| HSV(B) | 4.76º | 0.64% | 1% | - |
| XYZ | 48.08 | 31.92 | 13.52 | - |
| YUV | 147.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 91 | 0 | 0.59 | 0.64 | 0 | 4.76 | 1 | 0.68 |
| Hex | FF | 68 | 5B | 0 | 3B | 40 | 0 | 5 | 64 | 44 |
| Octal | 377 | 150 | 133 | 0 | 73 | 100 | 0 | 5 | 144 | 104 |
| Binary | 11111111 | 1101000 | 1011011 | 0 | 111011 | 1000000 | 0 | 101 | 1100100 | 1000100 |
Color Harmonies of #FF685B
Complementary color
Monochromatic Colors of #FF685B
Black with #FF685B
Text Example
Text Example
White with #FF685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF685B; }
p { color: rgb(255,104,91); }
H1.HeaderClassName
{
color: #FF685B;
}
.AnyTagClassName
{
color: #FF685B;
}
</style>
background-color css
<style>
a { background-color: #FF685B; }
a { background-color: rgb(255,104,91); }
div.DivClassName
{
background-color: #FF685B;
}
.BgClassName
{
background-color: #FF685B;
}
</style>
border-color css
<style>
span { border-color: #FF685B; }
span { border-color: rgb(255,104,91); }
td.TdClassName
{
border-color: #FF685B;
}
.TagClassName
{
border-color: #FF685B;
}
</style>