#F6A86A

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

Shades of Sandy Brown #F6A86A

Tints of Sandy Brown #F6A86A

Color information

#F6A86A (or 0xF6A86A) is unknown color: approx Sandy Brown. HEX triplet: F6, A8 and 6A. RGB value is (246,168,106). Sum of RGB (Red+Green+Blue) = 246+168+106=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A86A is #095795. Grayscale: #B8B8B8. Windows color (decimal): -612246 or 6990070. OLE color: 6990070.

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

Color convert

RGB246168106-
CMYK00.320.570.04
HSL26.57º88.61%69.02%-
HSV(B)26.57º56.91%96.47%-
XYZ54.6148.6420.15-
YUV184.2583.84172.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=47.31%
G=32.31%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616810600.320.570.0426.5788.6169.02
HexF6A86A0203941b5945
Octal36625015204071433131105
Binary1111011010101000110101001000001110011001101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A86A; }

 p { color: rgb(246,168,106); }

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

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

 a { background-color: rgb(246,168,106); }

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

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

 span { border-color: rgb(246,168,106); }

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