Shades of Bittersweet #FF6756
Tints of Bittersweet #FF6756
RGB
CMYK
RGB Variations
Color information
#FF6756 (or 0xFF6756) is known color: Bittersweet. HEX triplet: FF, 67 and 56. RGB value is (255,103,86). Sum of RGB (Red+Green+Blue) = 255+103+86=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6756 is #0098A9. Grayscale: #929292. Windows color (decimal): -39082 or 5662719. OLE color: 5662719.
HSL color Cylindrical-coordinate representation of color #FF6756: hue angle of 6.04º 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 #FF6756 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0 |
| HSL | 6.04º | 1% | 0.67% | - |
| HSV(B) | 6.04º | 0.66% | 1% | - |
| XYZ | 47.77 | 31.63 | 12.39 | - |
| YUV | 146.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 86 | 0 | 0.60 | 0.66 | 0 | 6.04 | 1 | 0.67 |
| Hex | FF | 67 | 56 | 0 | 3C | 42 | 0 | 6 | 64 | 43 |
| Octal | 377 | 147 | 126 | 0 | 74 | 102 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1100111 | 1010110 | 0 | 111100 | 1000010 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6756
Complementary color
Monochromatic Colors of #FF6756
Black with #FF6756
Text Example
Text Example
White with #FF6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6756; }
p { color: rgb(255,103,86); }
H1.HeaderClassName
{
color: #FF6756;
}
.AnyTagClassName
{
color: #FF6756;
}
</style>
background-color css
<style>
a { background-color: #FF6756; }
a { background-color: rgb(255,103,86); }
div.DivClassName
{
background-color: #FF6756;
}
.BgClassName
{
background-color: #FF6756;
}
</style>
border-color css
<style>
span { border-color: #FF6756; }
span { border-color: rgb(255,103,86); }
td.TdClassName
{
border-color: #FF6756;
}
.TagClassName
{
border-color: #FF6756;
}
</style>