Shades of Sandy Brown #F69B5C
Tints of Sandy Brown #F69B5C
RGB
CMYK
RGB Variations
Color information
#F69B5C (or 0xF69B5C) is known color: Sandy Brown. HEX triplet: F6, 9B and 5C. RGB value is (246,155,92). Sum of RGB (Red+Green+Blue) = 246+155+92=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B5C is #0964A3. Grayscale: #AFAFAF. Windows color (decimal): -615588 or 6069238. OLE color: 6069238.
HSL color Cylindrical-coordinate representation of color #F69B5C: hue angle of 24.55º 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 #F69B5C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 92 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.04 |
| HSL | 24.55º | 0.9% | 0.66% | - |
| HSV(B) | 24.55º | 0.63% | 0.96% | - |
| XYZ | 51.66 | 43.81 | 15.86 | - |
| YUV | 175.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 92 | 0 | 0.37 | 0.63 | 0.04 | 24.55 | 0.9 | 0.66 |
| Hex | F6 | 9B | 5C | 0 | 25 | 3F | 4 | 19 | 5A | 42 |
| Octal | 366 | 233 | 134 | 0 | 45 | 77 | 4 | 31 | 132 | 102 |
| Binary | 11110110 | 10011011 | 1011100 | 0 | 100101 | 111111 | 100 | 11001 | 1011010 | 1000010 |
Color Harmonies of #F69B5C
Complementary color
Monochromatic Colors of #F69B5C
Black with #F69B5C
Text Example
Text Example
White with #F69B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69B5C; }
p { color: rgb(246,155,92); }
H1.HeaderClassName
{
color: #F69B5C;
}
.AnyTagClassName
{
color: #F69B5C;
}
</style>
background-color css
<style>
a { background-color: #F69B5C; }
a { background-color: rgb(246,155,92); }
div.DivClassName
{
background-color: #F69B5C;
}
.BgClassName
{
background-color: #F69B5C;
}
</style>
border-color css
<style>
span { border-color: #F69B5C; }
span { border-color: rgb(246,155,92); }
td.TdClassName
{
border-color: #F69B5C;
}
.TagClassName
{
border-color: #F69B5C;
}
</style>