#F6A965

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

Shades of Sandy Brown #F6A965

Tints of Sandy Brown #F6A965

Color information

#F6A965 (or 0xF6A965) is unknown color: approx Sandy Brown. HEX triplet: F6, A9 and 65. RGB value is (246,169,101). Sum of RGB (Red+Green+Blue) = 246+169+101=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A965 is #09569A. Grayscale: #B8B8B8. Windows color (decimal): -611995 or 6662646. OLE color: 6662646.

HSL color Cylindrical-coordinate representation of color #F6A965: hue angle of 28.14º 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 #F6A965 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246169101-
CMYK00.310.590.04
HSL28.14º88.96%68.04%-
HSV(B)28.14º58.94%96.47%-
XYZ54.5448.9118.88-
YUV184.2781.01172.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=47.67%
G=32.75%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616910100.310.590.0428.1488.9668.04
HexF6A96501F3B41c5944
Octal36625114503773434131104
Binary111101101010100111001010111111110111001110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A965; }

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

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

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

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

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

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

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

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