#F69D64

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

Shades of Sandy Brown #F69D64

Tints of Sandy Brown #F69D64

Color information

#F69D64 (or 0xF69D64) is unknown color: approx Sandy Brown. HEX triplet: F6, 9D and 64. RGB value is (246,157,100). Sum of RGB (Red+Green+Blue) = 246+157+100=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D64 is #09629B. Grayscale: #B1B1B1. Windows color (decimal): -615068 or 6594038. OLE color: 6594038.

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

Color convert

RGB246157100-
CMYK00.360.590.04
HSL23.42º89.02%67.84%-
HSV(B)23.42º59.35%96.47%-
XYZ52.3644.6317.91-
YUV177.1184.49177.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=48.91%
G=31.21%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615710000.360.590.0423.4289.0267.84
HexF69D640243B4175944
Octal36623514404473427131104
Binary1111011010011101110010001001001110111001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69D64; }

 p { color: rgb(246,157,100); }

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

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

 a { background-color: rgb(246,157,100); }

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

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

 span { border-color: rgb(246,157,100); }

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