#F6DC86

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

Shades of Buff #F6DC86

Tints of Buff #F6DC86

Color information

#F6DC86 (or 0xF6DC86) is unknown color: approx Buff. HEX triplet: F6, DC and 86. RGB value is (246,220,134). Sum of RGB (Red+Green+Blue) = 246+220+134=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC86 is #092379. Grayscale: #DADADA. Windows color (decimal): -598906 or 8838390. OLE color: 8838390.

HSL color Cylindrical-coordinate representation of color #F6DC86: hue angle of 46.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6DC86 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246220134-
CMYK00.110.460.04
HSL46.07º86.15%74.51%-
HSV(B)46.07º45.53%96.47%-
XYZ67.972.532.97-
YUV217.9780.61147.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=41%
G=36.67%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622013400.110.460.0446.0786.1574.51
HexF6DC860B2E42e564b
Octal36633420601356456126113
Binary1111011011011100100001100101110111010010111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC86; }

 p { color: rgb(246,220,134); }

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

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

 a { background-color: rgb(246,220,134); }

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

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

 span { border-color: rgb(246,220,134); }

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