Shades of Sandy Brown #F69D60
Tints of Sandy Brown #F69D60
RGB
CMYK
RGB Variations
Color information
#F69D60 (or 0xF69D60) is known color: Sandy Brown. HEX triplet: F6, 9D and 60. RGB value is (246,157,96). Sum of RGB (Red+Green+Blue) = 246+157+96=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D60 is #09629F. Grayscale: #B0B0B0. Windows color (decimal): -615072 or 6331894. OLE color: 6331894.
HSL color Cylindrical-coordinate representation of color #F69D60: hue angle of 24.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F69D60 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 96 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.04 |
| HSL | 24.4º | 0.89% | 0.67% | - |
| HSV(B) | 24.4º | 0.61% | 0.96% | - |
| XYZ | 52.17 | 44.55 | 16.92 | - |
| YUV | 176.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 96 | 0 | 0.36 | 0.61 | 0.04 | 24.4 | 0.89 | 0.67 |
| Hex | F6 | 9D | 60 | 0 | 24 | 3D | 4 | 18 | 59 | 43 |
| Octal | 366 | 235 | 140 | 0 | 44 | 75 | 4 | 30 | 131 | 103 |
| Binary | 11110110 | 10011101 | 1100000 | 0 | 100100 | 111101 | 100 | 11000 | 1011001 | 1000011 |
Color Harmonies of #F69D60
Complementary color
Monochromatic Colors of #F69D60
Black with #F69D60
Text Example
Text Example
White with #F69D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D60; }
p { color: rgb(246,157,96); }
H1.HeaderClassName
{
color: #F69D60;
}
.AnyTagClassName
{
color: #F69D60;
}
</style>
background-color css
<style>
a { background-color: #F69D60; }
a { background-color: rgb(246,157,96); }
div.DivClassName
{
background-color: #F69D60;
}
.BgClassName
{
background-color: #F69D60;
}
</style>
border-color css
<style>
span { border-color: #F69D60; }
span { border-color: rgb(246,157,96); }
td.TdClassName
{
border-color: #F69D60;
}
.TagClassName
{
border-color: #F69D60;
}
</style>