#F6A968

Color #F6A968 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #F6A968

Tints of Sandy Brown #F6A968

Color information

#F6A968 (or 0xF6A968) is unknown color: approx Sandy Brown. HEX triplet: F6, A9 and 68. RGB value is (246,169,104). Sum of RGB (Red+Green+Blue) = 246+169+104=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A968 is #095697. Grayscale: #B8B8B8. Windows color (decimal): -611992 or 6859254. OLE color: 6859254.

HSL color Cylindrical-coordinate representation of color #F6A968: hue angle of 27.46º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6A968 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB246169104-
CMYK00.310.580.04
HSL27.46º88.75%68.63%-
HSV(B)27.46º57.72%96.47%-
XYZ54.6948.9719.67-
YUV184.6182.51171.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 104 (41.02% from 255) = 20.04%
R=47.40%
G=32.56%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616910400.310.580.0427.4688.7568.63
HexF6A96801F3A41b5945
Octal36625115003772433131105
Binary111101101010100111010000111111110101001101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A968; }

 p { color: rgb(246,169,104); }

 H1.HeaderClassName
 {
   color: #F6A968;
 }
 .AnyTagClassName
 {
   color: #F6A968;
 }
</style>
background-color css

<style>
 a { background-color: #F6A968; }

 a { background-color: rgb(246,169,104); }

 div.DivClassName
 {
   background-color: #F6A968;
 }
 .BgClassName
 {
   background-color: #F6A968;
 }
</style>
border-color css

<style>
 span { border-color: #F6A968; }

 span { border-color: rgb(246,169,104); }

 td.TdClassName
 {
   border-color: #F6A968;
 }
 .TagClassName
 {
   border-color: #F6A968;
 }
</style>