Shades of Sandy Brown #F69C5D
Tints of Sandy Brown #F69C5D
RGB
CMYK
RGB Variations
Color information
#F69C5D (or 0xF69C5D) is known color: Sandy Brown. HEX triplet: F6, 9C and 5D. RGB value is (246,156,93). Sum of RGB (Red+Green+Blue) = 246+156+93=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C5D is #0963A2. Grayscale: #B0B0B0. Windows color (decimal): -615331 or 6135030. OLE color: 6135030.
HSL color Cylindrical-coordinate representation of color #F69C5D: hue angle of 24.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F69C5D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 93 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.04 |
| HSL | 24.71º | 0.89% | 0.66% | - |
| HSV(B) | 24.71º | 0.62% | 0.96% | - |
| XYZ | 51.87 | 44.16 | 16.15 | - |
| YUV | 175.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 93 | 0 | 0.37 | 0.62 | 0.04 | 24.71 | 0.89 | 0.66 |
| Hex | F6 | 9C | 5D | 0 | 25 | 3E | 4 | 19 | 59 | 42 |
| Octal | 366 | 234 | 135 | 0 | 45 | 76 | 4 | 31 | 131 | 102 |
| Binary | 11110110 | 10011100 | 1011101 | 0 | 100101 | 111110 | 100 | 11001 | 1011001 | 1000010 |
Color Harmonies of #F69C5D
Complementary color
Monochromatic Colors of #F69C5D
Black with #F69C5D
Text Example
Text Example
White with #F69C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C5D; }
p { color: rgb(246,156,93); }
H1.HeaderClassName
{
color: #F69C5D;
}
.AnyTagClassName
{
color: #F69C5D;
}
</style>
background-color css
<style>
a { background-color: #F69C5D; }
a { background-color: rgb(246,156,93); }
div.DivClassName
{
background-color: #F69C5D;
}
.BgClassName
{
background-color: #F69C5D;
}
</style>
border-color css
<style>
span { border-color: #F69C5D; }
span { border-color: rgb(246,156,93); }
td.TdClassName
{
border-color: #F69C5D;
}
.TagClassName
{
border-color: #F69C5D;
}
</style>