#F6A768

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

Shades of Sandy Brown #F6A768

Tints of Sandy Brown #F6A768

Color information

#F6A768 (or 0xF6A768) is unknown color: approx Sandy Brown. HEX triplet: F6, A7 and 68. RGB value is (246,167,104). Sum of RGB (Red+Green+Blue) = 246+167+104=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A768 is #095897. Grayscale: #B7B7B7. Windows color (decimal): -612504 or 6858742. OLE color: 6858742.

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

Color convert

RGB246167104-
CMYK00.320.580.04
HSL26.62º88.75%68.63%-
HSV(B)26.62º57.72%96.47%-
XYZ54.3248.2319.54-
YUV183.4483.17172.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 104 (41.02% from 255) = 20.12%
R=47.58%
G=32.30%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616710400.320.580.0426.6288.7568.63
HexF6A7680203A41b5945
Octal36624715004072433131105
Binary1111011010100111110100001000001110101001101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A768; }

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

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

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

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

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

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

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

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