Shades of Sandy Brown #F6A85F
Tints of Sandy Brown #F6A85F
RGB
CMYK
RGB Variations
Color information
#F6A85F (or 0xF6A85F) is known color: Sandy Brown. HEX triplet: F6, A8 and 5F. RGB value is (246,168,95). Sum of RGB (Red+Green+Blue) = 246+168+95=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A85F is #0957A0. Grayscale: #B7B7B7. Windows color (decimal): -612257 or 6269174. OLE color: 6269174.
HSL color Cylindrical-coordinate representation of color #F6A85F: hue angle of 29.01º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6A85F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 95 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.04 |
| HSL | 29.01º | 0.89% | 0.67% | - |
| HSV(B) | 29.01º | 0.61% | 0.96% | - |
| XYZ | 54.07 | 48.42 | 17.32 | - |
| YUV | 183 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 95 | 0 | 0.32 | 0.61 | 0.04 | 29.01 | 0.89 | 0.67 |
| Hex | F6 | A8 | 5F | 0 | 20 | 3D | 4 | 1D | 59 | 43 |
| Octal | 366 | 250 | 137 | 0 | 40 | 75 | 4 | 35 | 131 | 103 |
| Binary | 11110110 | 10101000 | 1011111 | 0 | 100000 | 111101 | 100 | 11101 | 1011001 | 1000011 |
Color Harmonies of #F6A85F
Complementary color
Monochromatic Colors of #F6A85F
Black with #F6A85F
Text Example
Text Example
White with #F6A85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A85F; }
p { color: rgb(246,168,95); }
H1.HeaderClassName
{
color: #F6A85F;
}
.AnyTagClassName
{
color: #F6A85F;
}
</style>
background-color css
<style>
a { background-color: #F6A85F; }
a { background-color: rgb(246,168,95); }
div.DivClassName
{
background-color: #F6A85F;
}
.BgClassName
{
background-color: #F6A85F;
}
</style>
border-color css
<style>
span { border-color: #F6A85F; }
span { border-color: rgb(246,168,95); }
td.TdClassName
{
border-color: #F6A85F;
}
.TagClassName
{
border-color: #F6A85F;
}
</style>