Shades of Bittersweet #FF6856
Tints of Bittersweet #FF6856
RGB
CMYK
RGB Variations
Color information
#FF6856 (or 0xFF6856) is known color: Bittersweet. HEX triplet: FF, 68 and 56. RGB value is (255,104,86). Sum of RGB (Red+Green+Blue) = 255+104+86=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6856 is #0097A9. Grayscale: #939393. Windows color (decimal): -38826 or 5662975. OLE color: 5662975.
HSL color Cylindrical-coordinate representation of color #FF6856: hue angle of 6.39º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF6856 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0 |
| HSL | 6.39º | 1% | 0.67% | - |
| HSV(B) | 6.39º | 0.66% | 1% | - |
| XYZ | 47.87 | 31.83 | 12.43 | - |
| YUV | 147.1 | 93.53 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 86 | 0 | 0.59 | 0.66 | 0 | 6.39 | 1 | 0.67 |
| Hex | FF | 68 | 56 | 0 | 3B | 42 | 0 | 6 | 64 | 43 |
| Octal | 377 | 150 | 126 | 0 | 73 | 102 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1101000 | 1010110 | 0 | 111011 | 1000010 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6856
Complementary color
Monochromatic Colors of #FF6856
Black with #FF6856
Text Example
Text Example
White with #FF6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6856; }
p { color: rgb(255,104,86); }
H1.HeaderClassName
{
color: #FF6856;
}
.AnyTagClassName
{
color: #FF6856;
}
</style>
background-color css
<style>
a { background-color: #FF6856; }
a { background-color: rgb(255,104,86); }
div.DivClassName
{
background-color: #FF6856;
}
.BgClassName
{
background-color: #FF6856;
}
</style>
border-color css
<style>
span { border-color: #FF6856; }
span { border-color: rgb(255,104,86); }
td.TdClassName
{
border-color: #FF6856;
}
.TagClassName
{
border-color: #FF6856;
}
</style>