#F6A055

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

Shades of Sandy Brown #F6A055

Tints of Sandy Brown #F6A055

Color information

#F6A055 (or 0xF6A055) is unknown color: approx Sandy Brown. HEX triplet: F6, A0 and 55. RGB value is (246,160,85). Sum of RGB (Red+Green+Blue) = 246+160+85=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A055 is #095FAA. Grayscale: #B1B1B1. Windows color (decimal): -614315 or 5611766. OLE color: 5611766.

HSL color Cylindrical-coordinate representation of color #F6A055: hue angle of 27.95º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6A055 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24616085-
CMYK00.350.650.04
HSL27.95º89.94%64.9%-
HSV(B)27.95º65.45%96.47%-
XYZ52.2245.3914.6-
YUV177.1675.99177.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=50.10%
G=32.59%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461608500.350.650.0427.9589.9464.9
HexF6A0550234141c5a41
Octal366240125043101434132101
Binary11110110101000001010101010001110000011001110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A055; }

 p { color: rgb(246,160,85); }

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

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

 a { background-color: rgb(246,160,85); }

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

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

 span { border-color: rgb(246,160,85); }

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