Shades of Sandy Brown #F6A869
Tints of Sandy Brown #F6A869
RGB
CMYK
RGB Variations
Color information
#F6A869 (or 0xF6A869) is known color: Sandy Brown. HEX triplet: F6, A8 and 69. RGB value is (246,168,105). Sum of RGB (Red+Green+Blue) = 246+168+105=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A869 is #095796. Grayscale: #B8B8B8. Windows color (decimal): -612247 or 6924534. OLE color: 6924534.
HSL color Cylindrical-coordinate representation of color #F6A869: hue angle of 26.81º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6A869 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 105 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.04 |
| HSL | 26.81º | 0.89% | 0.69% | - |
| HSV(B) | 26.81º | 0.57% | 0.96% | - |
| XYZ | 54.56 | 48.62 | 19.87 | - |
| YUV | 184.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 105 | 0 | 0.32 | 0.57 | 0.04 | 26.81 | 0.89 | 0.69 |
| Hex | F6 | A8 | 69 | 0 | 20 | 39 | 4 | 1B | 59 | 45 |
| Octal | 366 | 250 | 151 | 0 | 40 | 71 | 4 | 33 | 131 | 105 |
| Binary | 11110110 | 10101000 | 1101001 | 0 | 100000 | 111001 | 100 | 11011 | 1011001 | 1000101 |
Color Harmonies of #F6A869
Complementary color
Monochromatic Colors of #F6A869
Black with #F6A869
Text Example
Text Example
White with #F6A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A869; }
p { color: rgb(246,168,105); }
H1.HeaderClassName
{
color: #F6A869;
}
.AnyTagClassName
{
color: #F6A869;
}
</style>
background-color css
<style>
a { background-color: #F6A869; }
a { background-color: rgb(246,168,105); }
div.DivClassName
{
background-color: #F6A869;
}
.BgClassName
{
background-color: #F6A869;
}
</style>
border-color css
<style>
span { border-color: #F6A869; }
span { border-color: rgb(246,168,105); }
td.TdClassName
{
border-color: #F6A869;
}
.TagClassName
{
border-color: #F6A869;
}
</style>