Shades of Sandy Brown #F6A165
Tints of Sandy Brown #F6A165
RGB
CMYK
RGB Variations
Color information
#F6A165 (or 0xF6A165) is known color: Sandy Brown. HEX triplet: F6, A1 and 65. RGB value is (246,161,101). Sum of RGB (Red+Green+Blue) = 246+161+101=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A165 is #095E9A. Grayscale: #B3B3B3. Windows color (decimal): -614043 or 6660598. OLE color: 6660598.
HSL color Cylindrical-coordinate representation of color #F6A165: hue angle of 24.83º 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 #F6A165 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 101 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.04 |
| HSL | 24.83º | 0.89% | 0.68% | - |
| HSV(B) | 24.83º | 0.59% | 0.96% | - |
| XYZ | 53.1 | 46.02 | 18.4 | - |
| YUV | 179.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 101 | 0 | 0.35 | 0.59 | 0.04 | 24.83 | 0.89 | 0.68 |
| Hex | F6 | A1 | 65 | 0 | 23 | 3B | 4 | 19 | 59 | 44 |
| Octal | 366 | 241 | 145 | 0 | 43 | 73 | 4 | 31 | 131 | 104 |
| Binary | 11110110 | 10100001 | 1100101 | 0 | 100011 | 111011 | 100 | 11001 | 1011001 | 1000100 |
Color Harmonies of #F6A165
Complementary color
Monochromatic Colors of #F6A165
Black with #F6A165
Text Example
Text Example
White with #F6A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A165; }
p { color: rgb(246,161,101); }
H1.HeaderClassName
{
color: #F6A165;
}
.AnyTagClassName
{
color: #F6A165;
}
</style>
background-color css
<style>
a { background-color: #F6A165; }
a { background-color: rgb(246,161,101); }
div.DivClassName
{
background-color: #F6A165;
}
.BgClassName
{
background-color: #F6A165;
}
</style>
border-color css
<style>
span { border-color: #F6A165; }
span { border-color: rgb(246,161,101); }
td.TdClassName
{
border-color: #F6A165;
}
.TagClassName
{
border-color: #F6A165;
}
</style>