#F6A867

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

Shades of Sandy Brown #F6A867

Tints of Sandy Brown #F6A867

Color information

#F6A867 (or 0xF6A867) is unknown color: approx Sandy Brown. HEX triplet: F6, A8 and 67. RGB value is (246,168,103). Sum of RGB (Red+Green+Blue) = 246+168+103=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A867 is #095798. Grayscale: #B8B8B8. Windows color (decimal): -612249 or 6793462. OLE color: 6793462.

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

Color convert

RGB246168103-
CMYK00.320.580.04
HSL27.27º88.82%68.43%-
HSV(B)27.27º58.13%96.47%-
XYZ54.4648.5819.34-
YUV183.9182.34172.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=47.58%
G=32.50%
B=19.92%

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
Decimal24616810300.320.580.0427.2788.8268.43
HexF6A8670203A41b5944
Octal36625014704072433131104
Binary1111011010101000110011101000001110101001101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A867; }

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

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

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

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

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

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

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

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