Shades of Sandy Brown #F6985A
Tints of Sandy Brown #F6985A
RGB
CMYK
RGB Variations
Color information
#F6985A (or 0xF6985A) is known color: Sandy Brown. HEX triplet: F6, 98 and 5A. RGB value is (246,152,90). Sum of RGB (Red+Green+Blue) = 246+152+90=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6985A is #0967A5. Grayscale: #ADADAD. Windows color (decimal): -616358 or 5937398. OLE color: 5937398.
HSL color Cylindrical-coordinate representation of color #F6985A: hue angle of 23.85º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6985A is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 90 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.04 |
| HSL | 23.85º | 0.9% | 0.66% | - |
| HSV(B) | 23.85º | 0.63% | 0.96% | - |
| XYZ | 51.08 | 42.79 | 15.24 | - |
| YUV | 173.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 90 | 0 | 0.38 | 0.63 | 0.04 | 23.85 | 0.9 | 0.66 |
| Hex | F6 | 98 | 5A | 0 | 26 | 3F | 4 | 18 | 5A | 42 |
| Octal | 366 | 230 | 132 | 0 | 46 | 77 | 4 | 30 | 132 | 102 |
| Binary | 11110110 | 10011000 | 1011010 | 0 | 100110 | 111111 | 100 | 11000 | 1011010 | 1000010 |
Color Harmonies of #F6985A
Complementary color
Monochromatic Colors of #F6985A
Black with #F6985A
Text Example
Text Example
White with #F6985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6985A; }
p { color: rgb(246,152,90); }
H1.HeaderClassName
{
color: #F6985A;
}
.AnyTagClassName
{
color: #F6985A;
}
</style>
background-color css
<style>
a { background-color: #F6985A; }
a { background-color: rgb(246,152,90); }
div.DivClassName
{
background-color: #F6985A;
}
.BgClassName
{
background-color: #F6985A;
}
</style>
border-color css
<style>
span { border-color: #F6985A; }
span { border-color: rgb(246,152,90); }
td.TdClassName
{
border-color: #F6985A;
}
.TagClassName
{
border-color: #F6985A;
}
</style>