Shades of Sandy Brown #F6A155
Tints of Sandy Brown #F6A155
RGB
CMYK
RGB Variations
Color information
#F6A155 (or 0xF6A155) is known color: Sandy Brown. HEX triplet: F6, A1 and 55. RGB value is (246,161,85). Sum of RGB (Red+Green+Blue) = 246+161+85=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A155 is #095EAA. Grayscale: #B2B2B2. Windows color (decimal): -614059 or 5612022. OLE color: 5612022.
HSL color Cylindrical-coordinate representation of color #F6A155: hue angle of 28.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6A155 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 85 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.04 |
| HSL | 28.32º | 0.9% | 0.65% | - |
| HSV(B) | 28.32º | 0.65% | 0.96% | - |
| XYZ | 52.39 | 45.74 | 14.66 | - |
| YUV | 177.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 85 | 0 | 0.35 | 0.65 | 0.04 | 28.32 | 0.9 | 0.65 |
| Hex | F6 | A1 | 55 | 0 | 23 | 41 | 4 | 1C | 5A | 41 |
| Octal | 366 | 241 | 125 | 0 | 43 | 101 | 4 | 34 | 132 | 101 |
| Binary | 11110110 | 10100001 | 1010101 | 0 | 100011 | 1000001 | 100 | 11100 | 1011010 | 1000001 |
Color Harmonies of #F6A155
Complementary color
Monochromatic Colors of #F6A155
Black with #F6A155
Text Example
Text Example
White with #F6A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A155; }
p { color: rgb(246,161,85); }
H1.HeaderClassName
{
color: #F6A155;
}
.AnyTagClassName
{
color: #F6A155;
}
</style>
background-color css
<style>
a { background-color: #F6A155; }
a { background-color: rgb(246,161,85); }
div.DivClassName
{
background-color: #F6A155;
}
.BgClassName
{
background-color: #F6A155;
}
</style>
border-color css
<style>
span { border-color: #F6A155; }
span { border-color: rgb(246,161,85); }
td.TdClassName
{
border-color: #F6A155;
}
.TagClassName
{
border-color: #F6A155;
}
</style>