Shades of Bittersweet #FF695C
Tints of Bittersweet #FF695C
RGB
CMYK
RGB Variations
Color information
#FF695C (or 0xFF695C) is known color: Bittersweet. HEX triplet: FF, 69 and 5C. RGB value is (255,105,92). Sum of RGB (Red+Green+Blue) = 255+105+92=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF695C is #0096A3. Grayscale: #949494. Windows color (decimal): -38564 or 6056447. OLE color: 6056447.
HSL color Cylindrical-coordinate representation of color #FF695C: hue angle of 4.79º 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 #FF695C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 92 | - |
| CMYK | 0 | 0.59 | 0.64 | 0 |
| HSL | 4.79º | 1% | 0.68% | - |
| HSV(B) | 4.79º | 0.64% | 1% | - |
| XYZ | 48.22 | 32.14 | 13.79 | - |
| YUV | 148.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 92 | 0 | 0.59 | 0.64 | 0 | 4.79 | 1 | 0.68 |
| Hex | FF | 69 | 5C | 0 | 3B | 40 | 0 | 5 | 64 | 44 |
| Octal | 377 | 151 | 134 | 0 | 73 | 100 | 0 | 5 | 144 | 104 |
| Binary | 11111111 | 1101001 | 1011100 | 0 | 111011 | 1000000 | 0 | 101 | 1100100 | 1000100 |
Color Harmonies of #FF695C
Complementary color
Monochromatic Colors of #FF695C
Black with #FF695C
Text Example
Text Example
White with #FF695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF695C; }
p { color: rgb(255,105,92); }
H1.HeaderClassName
{
color: #FF695C;
}
.AnyTagClassName
{
color: #FF695C;
}
</style>
background-color css
<style>
a { background-color: #FF695C; }
a { background-color: rgb(255,105,92); }
div.DivClassName
{
background-color: #FF695C;
}
.BgClassName
{
background-color: #FF695C;
}
</style>
border-color css
<style>
span { border-color: #FF695C; }
span { border-color: rgb(255,105,92); }
td.TdClassName
{
border-color: #FF695C;
}
.TagClassName
{
border-color: #FF695C;
}
</style>