Shades of Sandy Brown #F6A658
Tints of Sandy Brown #F6A658
RGB
CMYK
RGB Variations
Color information
#F6A658 (or 0xF6A658) is known color: Sandy Brown. HEX triplet: F6, A6 and 58. RGB value is (246,166,88). Sum of RGB (Red+Green+Blue) = 246+166+88=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A658 is #0959A7. Grayscale: #B5B5B5. Windows color (decimal): -612776 or 5809910. OLE color: 5809910.
HSL color Cylindrical-coordinate representation of color #F6A658: hue angle of 29.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6A658 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 88 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.04 |
| HSL | 29.62º | 0.9% | 0.65% | - |
| HSV(B) | 29.62º | 0.64% | 0.96% | - |
| XYZ | 53.4 | 47.57 | 15.6 | - |
| YUV | 181.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 88 | 0 | 0.33 | 0.64 | 0.04 | 29.62 | 0.9 | 0.65 |
| Hex | F6 | A6 | 58 | 0 | 21 | 40 | 4 | 1E | 5A | 41 |
| Octal | 366 | 246 | 130 | 0 | 41 | 100 | 4 | 36 | 132 | 101 |
| Binary | 11110110 | 10100110 | 1011000 | 0 | 100001 | 1000000 | 100 | 11110 | 1011010 | 1000001 |
Color Harmonies of #F6A658
Complementary color
Monochromatic Colors of #F6A658
Black with #F6A658
Text Example
Text Example
White with #F6A658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A658; }
p { color: rgb(246,166,88); }
H1.HeaderClassName
{
color: #F6A658;
}
.AnyTagClassName
{
color: #F6A658;
}
</style>
background-color css
<style>
a { background-color: #F6A658; }
a { background-color: rgb(246,166,88); }
div.DivClassName
{
background-color: #F6A658;
}
.BgClassName
{
background-color: #F6A658;
}
</style>
border-color css
<style>
span { border-color: #F6A658; }
span { border-color: rgb(246,166,88); }
td.TdClassName
{
border-color: #F6A658;
}
.TagClassName
{
border-color: #F6A658;
}
</style>