#F6A369

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

Shades of Sandy Brown #F6A369

Tints of Sandy Brown #F6A369

Color information

#F6A369 (or 0xF6A369) is unknown color: approx Sandy Brown. HEX triplet: F6, A3 and 69. RGB value is (246,163,105). Sum of RGB (Red+Green+Blue) = 246+163+105=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A369 is #095C96. Grayscale: #B5B5B5. Windows color (decimal): -613527 or 6923254. OLE color: 6923254.

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

Color convert

RGB246163105-
CMYK00.340.570.04
HSL24.68º88.68%68.82%-
HSV(B)24.68º57.32%96.47%-
XYZ53.6546.8119.57-
YUV181.285174.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.86%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=47.86%
G=31.71%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616310500.340.570.0424.6888.6868.82
HexF6A369022394195945
Octal36624315104271431131105
Binary1111011010100011110100101000101110011001100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A369; }

 p { color: rgb(246,163,105); }

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

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

 a { background-color: rgb(246,163,105); }

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

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

 span { border-color: rgb(246,163,105); }

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