Shades of Sandy Brown #F69C60
Tints of Sandy Brown #F69C60
RGB
CMYK
RGB Variations
Color information
#F69C60 (or 0xF69C60) is known color: Sandy Brown. HEX triplet: F6, 9C and 60. RGB value is (246,156,96). Sum of RGB (Red+Green+Blue) = 246+156+96=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C60 is #09639F. Grayscale: #B0B0B0. Windows color (decimal): -615328 or 6331638. OLE color: 6331638.
HSL color Cylindrical-coordinate representation of color #F69C60: hue angle of 24º 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 #F69C60 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 96 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.04 |
| HSL | 24º | 0.89% | 0.67% | - |
| HSV(B) | 24º | 0.61% | 0.96% | - |
| XYZ | 52.01 | 44.21 | 16.86 | - |
| YUV | 176.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 96 | 0 | 0.37 | 0.61 | 0.04 | 24 | 0.89 | 0.67 |
| Hex | F6 | 9C | 60 | 0 | 25 | 3D | 4 | 18 | 59 | 43 |
| Octal | 366 | 234 | 140 | 0 | 45 | 75 | 4 | 30 | 131 | 103 |
| Binary | 11110110 | 10011100 | 1100000 | 0 | 100101 | 111101 | 100 | 11000 | 1011001 | 1000011 |
Color Harmonies of #F69C60
Complementary color
Monochromatic Colors of #F69C60
Black with #F69C60
Text Example
Text Example
White with #F69C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C60; }
p { color: rgb(246,156,96); }
H1.HeaderClassName
{
color: #F69C60;
}
.AnyTagClassName
{
color: #F69C60;
}
</style>
background-color css
<style>
a { background-color: #F69C60; }
a { background-color: rgb(246,156,96); }
div.DivClassName
{
background-color: #F69C60;
}
.BgClassName
{
background-color: #F69C60;
}
</style>
border-color css
<style>
span { border-color: #F69C60; }
span { border-color: rgb(246,156,96); }
td.TdClassName
{
border-color: #F69C60;
}
.TagClassName
{
border-color: #F69C60;
}
</style>