Shades of Sandy Brown #F6A665
Tints of Sandy Brown #F6A665
RGB
CMYK
RGB Variations
Color information
#F6A665 (or 0xF6A665) is known color: Sandy Brown. HEX triplet: F6, A6 and 65. RGB value is (246,166,101). Sum of RGB (Red+Green+Blue) = 246+166+101=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A665 is #09599A. Grayscale: #B6B6B6. Windows color (decimal): -612763 or 6661878. OLE color: 6661878.
HSL color Cylindrical-coordinate representation of color #F6A665: hue angle of 26.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6A665 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 101 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.04 |
| HSL | 26.9º | 0.89% | 0.68% | - |
| HSV(B) | 26.9º | 0.59% | 0.96% | - |
| XYZ | 53.99 | 47.8 | 18.69 | - |
| YUV | 182.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 101 | 0 | 0.33 | 0.59 | 0.04 | 26.9 | 0.89 | 0.68 |
| Hex | F6 | A6 | 65 | 0 | 21 | 3B | 4 | 1B | 59 | 44 |
| Octal | 366 | 246 | 145 | 0 | 41 | 73 | 4 | 33 | 131 | 104 |
| Binary | 11110110 | 10100110 | 1100101 | 0 | 100001 | 111011 | 100 | 11011 | 1011001 | 1000100 |
Color Harmonies of #F6A665
Complementary color
Monochromatic Colors of #F6A665
Black with #F6A665
Text Example
Text Example
White with #F6A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A665; }
p { color: rgb(246,166,101); }
H1.HeaderClassName
{
color: #F6A665;
}
.AnyTagClassName
{
color: #F6A665;
}
</style>
background-color css
<style>
a { background-color: #F6A665; }
a { background-color: rgb(246,166,101); }
div.DivClassName
{
background-color: #F6A665;
}
.BgClassName
{
background-color: #F6A665;
}
</style>
border-color css
<style>
span { border-color: #F6A665; }
span { border-color: rgb(246,166,101); }
td.TdClassName
{
border-color: #F6A665;
}
.TagClassName
{
border-color: #F6A665;
}
</style>