Shades of Bittersweet #FF6C5B
Tints of Bittersweet #FF6C5B
RGB
CMYK
RGB Variations
Color information
#FF6C5B (or 0xFF6C5B) is known color: Bittersweet. HEX triplet: FF, 6C and 5B. RGB value is (255,108,91). Sum of RGB (Red+Green+Blue) = 255+108+91=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5B is #0093A4. Grayscale: #969696. Windows color (decimal): -37797 or 5991679. OLE color: 5991679.
HSL color Cylindrical-coordinate representation of color #FF6C5B: hue angle of 6.22º 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 #FF6C5B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 91 | - |
| CMYK | 0 | 0.58 | 0.64 | 0 |
| HSL | 6.22º | 1% | 0.68% | - |
| HSV(B) | 6.22º | 0.64% | 1% | - |
| XYZ | 48.49 | 32.74 | 13.66 | - |
| YUV | 150.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 91 | 0 | 0.58 | 0.64 | 0 | 6.22 | 1 | 0.68 |
| Hex | FF | 6C | 5B | 0 | 3A | 40 | 0 | 6 | 64 | 44 |
| Octal | 377 | 154 | 133 | 0 | 72 | 100 | 0 | 6 | 144 | 104 |
| Binary | 11111111 | 1101100 | 1011011 | 0 | 111010 | 1000000 | 0 | 110 | 1100100 | 1000100 |
Color Harmonies of #FF6C5B
Complementary color
Monochromatic Colors of #FF6C5B
Black with #FF6C5B
Text Example
Text Example
White with #FF6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C5B; }
p { color: rgb(255,108,91); }
H1.HeaderClassName
{
color: #FF6C5B;
}
.AnyTagClassName
{
color: #FF6C5B;
}
</style>
background-color css
<style>
a { background-color: #FF6C5B; }
a { background-color: rgb(255,108,91); }
div.DivClassName
{
background-color: #FF6C5B;
}
.BgClassName
{
background-color: #FF6C5B;
}
</style>
border-color css
<style>
span { border-color: #FF6C5B; }
span { border-color: rgb(255,108,91); }
td.TdClassName
{
border-color: #FF6C5B;
}
.TagClassName
{
border-color: #FF6C5B;
}
</style>