Shades of Sandy Brown #F69F64
Tints of Sandy Brown #F69F64
RGB
CMYK
RGB Variations
Color information
#F69F64 (or 0xF69F64) is known color: Sandy Brown. HEX triplet: F6, 9F and 64. RGB value is (246,159,100). Sum of RGB (Red+Green+Blue) = 246+159+100=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69F64 is #09609B. Grayscale: #B2B2B2. Windows color (decimal): -614556 or 6594550. OLE color: 6594550.
HSL color Cylindrical-coordinate representation of color #F69F64: hue angle of 24.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F69F64 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 100 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.04 |
| HSL | 24.25º | 0.89% | 0.68% | - |
| HSV(B) | 24.25º | 0.59% | 0.96% | - |
| XYZ | 52.7 | 45.31 | 18.02 | - |
| YUV | 178.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 100 | 0 | 0.35 | 0.59 | 0.04 | 24.25 | 0.89 | 0.68 |
| Hex | F6 | 9F | 64 | 0 | 23 | 3B | 4 | 18 | 59 | 44 |
| Octal | 366 | 237 | 144 | 0 | 43 | 73 | 4 | 30 | 131 | 104 |
| Binary | 11110110 | 10011111 | 1100100 | 0 | 100011 | 111011 | 100 | 11000 | 1011001 | 1000100 |
Color Harmonies of #F69F64
Complementary color
Monochromatic Colors of #F69F64
Black with #F69F64
Text Example
Text Example
White with #F69F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69F64; }
p { color: rgb(246,159,100); }
H1.HeaderClassName
{
color: #F69F64;
}
.AnyTagClassName
{
color: #F69F64;
}
</style>
background-color css
<style>
a { background-color: #F69F64; }
a { background-color: rgb(246,159,100); }
div.DivClassName
{
background-color: #F69F64;
}
.BgClassName
{
background-color: #F69F64;
}
</style>
border-color css
<style>
span { border-color: #F69F64; }
span { border-color: rgb(246,159,100); }
td.TdClassName
{
border-color: #F69F64;
}
.TagClassName
{
border-color: #F69F64;
}
</style>