#F6A561

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

Shades of Sandy Brown #F6A561

Tints of Sandy Brown #F6A561

Color information

#F6A561 (or 0xF6A561) is unknown color: approx Sandy Brown. HEX triplet: F6, A5 and 61. RGB value is (246,165,97). Sum of RGB (Red+Green+Blue) = 246+165+97=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A561 is #095A9E. Grayscale: #B5B5B5. Windows color (decimal): -613023 or 6399478. OLE color: 6399478.

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

Color convert

RGB24616597-
CMYK00.330.610.04
HSL27.38º89.22%67.25%-
HSV(B)27.38º60.57%96.47%-
XYZ53.6247.3717.63-
YUV181.4780.34174.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.43%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 97 (38.28% from 255) = 19.09%
R=48.43%
G=32.48%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461659700.330.610.0427.3889.2267.25
HexF6A5610213D41b5943
Octal36624514104175433131103
Binary1111011010100101110000101000011111011001101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A561; }

 p { color: rgb(246,165,97); }

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

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

 a { background-color: rgb(246,165,97); }

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

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

 span { border-color: rgb(246,165,97); }

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