Shades of Sandy Brown #F6A059
Tints of Sandy Brown #F6A059
RGB
CMYK
RGB Variations
Color information
#F6A059 (or 0xF6A059) is known color: Sandy Brown. HEX triplet: F6, A0 and 59. RGB value is (246,160,89). Sum of RGB (Red+Green+Blue) = 246+160+89=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A059 is #095FA6. Grayscale: #B1B1B1. Windows color (decimal): -614311 or 5873910. OLE color: 5873910.
HSL color Cylindrical-coordinate representation of color #F6A059: hue angle of 27.13º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6A059 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 89 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.04 |
| HSL | 27.13º | 0.9% | 0.66% | - |
| HSV(B) | 27.13º | 0.64% | 0.96% | - |
| XYZ | 52.38 | 45.46 | 15.46 | - |
| YUV | 177.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 89 | 0 | 0.35 | 0.64 | 0.04 | 27.13 | 0.9 | 0.66 |
| Hex | F6 | A0 | 59 | 0 | 23 | 40 | 4 | 1B | 5A | 42 |
| Octal | 366 | 240 | 131 | 0 | 43 | 100 | 4 | 33 | 132 | 102 |
| Binary | 11110110 | 10100000 | 1011001 | 0 | 100011 | 1000000 | 100 | 11011 | 1011010 | 1000010 |
Color Harmonies of #F6A059
Complementary color
Monochromatic Colors of #F6A059
Black with #F6A059
Text Example
Text Example
White with #F6A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A059; }
p { color: rgb(246,160,89); }
H1.HeaderClassName
{
color: #F6A059;
}
.AnyTagClassName
{
color: #F6A059;
}
</style>
background-color css
<style>
a { background-color: #F6A059; }
a { background-color: rgb(246,160,89); }
div.DivClassName
{
background-color: #F6A059;
}
.BgClassName
{
background-color: #F6A059;
}
</style>
border-color css
<style>
span { border-color: #F6A059; }
span { border-color: rgb(246,160,89); }
td.TdClassName
{
border-color: #F6A059;
}
.TagClassName
{
border-color: #F6A059;
}
</style>